Html Css Color HEX #AAF066 Conifer

📋 copy color: '#AAF066'

red 170 ◦ green 240 ◦ blue 102

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

Shades of Conifer #AAF066

Tints of Conifer #AAF066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 33.2%
G = 46.88%
B = 19.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#AAF066 (or 0xAAF066) is known color: Conifer. HEX triplet: AA, F0 and 66. RGB value is (170,240,102). Sum of RGB (Red+Green+Blue) = 170+240+102=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF066 is #550F99. Grayscale: #CBCBCB. Windows color (decimal): -5574554 or 6746282. OLE color: 6746282.

HSL color Cylindrical-coordinate representation of color #AAF066: hue angle of 90.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF066 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 102 -
CMYK 0.29 0 0.58 0.06
HSL 90.43º 0.82% 0.67% -
HSV(B) 90.43º 0.58% 0.94% -
XYZ 50.14 71.83 23.79 -
YUV 203.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 170 240 102 0.29 0 0.58 0.06 90.43 0.82 0.67
Hex AA F0 66 1D 0 3A 6 5A 52 43
Octal 252 360 146 35 0 72 6 132 122 103
Binary 10101010 11110000 1100110 11101 0 111010 110 1011010 1010010 1000011

Color Harmonies of #AAF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF066

Black with #AAF066

Text Example


Text Example

White with #AAF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF066; }

 p { color: rgb(170,240,102); }

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

background-color css

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

 a { background-color: rgb(170,240,102); }

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

border-color css

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

 span { border-color: rgb(170,240,102); }

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