Html Css Color HEX #AAFE60 Conifer

📋 copy color: '#AAFE60'

red 170 ◦ green 254 ◦ blue 96

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

Shades of Conifer #AAFE60

Tints of Conifer #AAFE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 32.69%
G = 48.85%
B = 18.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#AAFE60 (or 0xAAFE60) is known color: Conifer. HEX triplet: AA, FE and 60. RGB value is (170,254,96). Sum of RGB (Red+Green+Blue) = 170+254+96=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE60 is #55019F. Grayscale: #D3D3D3. Windows color (decimal): -5570976 or 6356650. OLE color: 6356650.

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

Color convert

RGB 170 254 96 -
CMYK 0.33 0 0.62 0.00
HSL 91.9º 0.99% 0.69% -
HSV(B) 91.9º 0.62% 1% -
XYZ 54.13 80.27 23.71 -
YUV 210.87 63.17 98.85 -
System Red Green Blue C M Y K H S L
Decimal 170 254 96 0.33 0 0.62 0.00 91.9 0.99 0.69
Hex AA FE 60 21 0 3E 0 5C 63 45
Octal 252 376 140 41 0 76 0 134 143 105
Binary 10101010 11111110 1100000 100001 0 111110 0 1011100 1100011 1000101

Color Harmonies of #AAFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE60

Black with #AAFE60

Text Example


Text Example

White with #AAFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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