#AEFA5F

Color #AEFA5F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AEFA5F

Tints of Conifer #AEFA5F

Color information

#AEFA5F (or 0xAEFA5F) is unknown color: approx Conifer. HEX triplet: AE, FA and 5F. RGB value is (174,250,95). Sum of RGB (Red+Green+Blue) = 174+250+95=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA5F is #5105A0. Grayscale: #D2D2D2. Windows color (decimal): -5309857 or 6290094. OLE color: 6290094.

HSL color Cylindrical-coordinate representation of color #AEFA5F: hue angle of 89.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEFA5F is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17425095-
CMYK0.3000.620.02
HSL89.42º93.94%67.65%-
HSV(B)89.42º62%98.04%-
XYZ53.7178.223.09-
YUV209.6163.32102.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=33.53%
G=48.17%
B=18.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174250950.3000.620.0289.4293.9467.65
HexAEFA5F1E03E2595e44
Octal256372137360762131136104
Binary1010111011111010101111111110011111010101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFA5F; }

 p { color: rgb(174,250,95); }

 H1.HeaderClassName
 {
   color: #AEFA5F;
 }
 .AnyTagClassName
 {
   color: #AEFA5F;
 }
</style>
background-color css

<style>
 a { background-color: #AEFA5F; }

 a { background-color: rgb(174,250,95); }

 div.DivClassName
 {
   background-color: #AEFA5F;
 }
 .BgClassName
 {
   background-color: #AEFA5F;
 }
</style>
border-color css

<style>
 span { border-color: #AEFA5F; }

 span { border-color: rgb(174,250,95); }

 td.TdClassName
 {
   border-color: #AEFA5F;
 }
 .TagClassName
 {
   border-color: #AEFA5F;
 }
</style>