Html Css Color HEX #AAFE5A Conifer

📋 copy color: '#AAFE5A'

red 170 ◦ green 254 ◦ blue 90

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

Shades of Conifer #AAFE5A

Tints of Conifer #AAFE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 33.07%
G = 49.42%
B = 17.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#AAFE5A (or 0xAAFE5A) is known color: Conifer. HEX triplet: AA, FE and 5A. RGB value is (170,254,90). Sum of RGB (Red+Green+Blue) = 170+254+90=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE5A is #5501A5. Grayscale: #D2D2D2. Windows color (decimal): -5570982 or 5963434. OLE color: 5963434.

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

Color convert

RGB 170 254 90 -
CMYK 0.33 0 0.65 0.00
HSL 90.73º 0.99% 0.67% -
HSV(B) 90.73º 0.65% 1% -
XYZ 53.86 80.17 22.31 -
YUV 210.19 60.17 99.34 -
System Red Green Blue C M Y K H S L
Decimal 170 254 90 0.33 0 0.65 0.00 90.73 0.99 0.67
Hex AA FE 5A 21 0 41 0 5B 63 43
Octal 252 376 132 41 0 101 0 133 143 103
Binary 10101010 11111110 1011010 100001 0 1000001 0 1011011 1100011 1000011

Color Harmonies of #AAFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE5A

Black with #AAFE5A

Text Example


Text Example

White with #AAFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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