Html Css Color HEX #AAFE5E Conifer

📋 copy color: '#AAFE5E'

red 170 ◦ green 254 ◦ blue 94

#AAFE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAFE5E

Tints of Conifer #AAFE5E

RGB

 RED value IS 170 (66.8% from 255) = 32.82%

 GREEN value IS 254 (99.61% from 255) = 49.03%

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 32.82%
G = 49.03%
B = 18.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#AAFE5E (or 0xAAFE5E) is known color: Conifer. HEX triplet: AA, FE and 5E. RGB value is (170,254,94). Sum of RGB (Red+Green+Blue) = 170+254+94=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE5E is #5501A1. Grayscale: #D3D3D3. Windows color (decimal): -5570978 or 6225578. OLE color: 6225578.

HSL color Cylindrical-coordinate representation of color #AAFE5E: hue angle of 91.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFE5E is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 94 -
CMYK 0.33 0 0.63 0.00
HSL 91.5º 0.99% 0.68% -
HSV(B) 91.5º 0.63% 1% -
XYZ 54.04 80.24 23.23 -
YUV 210.64 62.17 99.01 -
System Red Green Blue C M Y K H S L
Decimal 170 254 94 0.33 0 0.63 0.00 91.5 0.99 0.68
Hex AA FE 5E 21 0 3F 0 5C 63 44
Octal 252 376 136 41 0 77 0 134 143 104
Binary 10101010 11111110 1011110 100001 0 111111 0 1011100 1100011 1000100

Color Harmonies of #AAFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE5E

Black with #AAFE5E

Text Example


Text Example

White with #AAFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE5E; }

 p { color: rgb(170,254,94); }

 H1.HeaderClassName
 {
   color: #AAFE5E;
 }
 .AnyTagClassName
 {
   color: #AAFE5E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,254,94); }

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

border-color css

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

 span { border-color: rgb(170,254,94); }

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