Html Css Color HEX #AAFD66 Conifer

📋 copy color: '#AAFD66'

red 170 ◦ green 253 ◦ blue 102

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

Shades of Conifer #AAFD66

Tints of Conifer #AAFD66

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

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

R = 32.38%
G = 48.19%
B = 19.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#AAFD66 (or 0xAAFD66) is known color: Conifer. HEX triplet: AA, FD and 66. RGB value is (170,253,102). Sum of RGB (Red+Green+Blue) = 170+253+102=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD66 is #550299. Grayscale: #D3D3D3. Windows color (decimal): -5571226 or 6749610. OLE color: 6749610.

HSL color Cylindrical-coordinate representation of color #AAFD66: hue angle of 92.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFD66 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 102 -
CMYK 0.33 0 0.60 0.01
HSL 92.98º 0.97% 0.7% -
HSV(B) 92.98º 0.6% 0.99% -
XYZ 54.1 79.76 25.11 -
YUV 210.97 66.5 98.78 -
System Red Green Blue C M Y K H S L
Decimal 170 253 102 0.33 0 0.60 0.01 92.98 0.97 0.7
Hex AA FD 66 21 0 3C 1 5D 61 46
Octal 252 375 146 41 0 74 1 135 141 106
Binary 10101010 11111101 1100110 100001 0 111100 1 1011101 1100001 1000110

Color Harmonies of #AAFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD66

Black with #AAFD66

Text Example


Text Example

White with #AAFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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