Html Css Color HEX #AAF366 Conifer

📋 copy color: '#AAF366'

red 170 ◦ green 243 ◦ blue 102

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

Shades of Conifer #AAF366

Tints of Conifer #AAF366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.18%

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

R = 33.01%
G = 47.18%
B = 19.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#AAF366 (or 0xAAF366) is known color: Conifer. HEX triplet: AA, F3 and 66. RGB value is (170,243,102). Sum of RGB (Red+Green+Blue) = 170+243+102=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF366 is #550C99. Grayscale: #CDCDCD. Windows color (decimal): -5573786 or 6747050. OLE color: 6747050.

HSL color Cylindrical-coordinate representation of color #AAF366: hue angle of 91.06º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAF366 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 102 -
CMYK 0.30 0 0.58 0.05
HSL 91.06º 0.85% 0.68% -
HSV(B) 91.06º 0.58% 0.95% -
XYZ 51.03 73.61 24.09 -
YUV 205.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 170 243 102 0.30 0 0.58 0.05 91.06 0.85 0.68
Hex AA F3 66 1E 0 3A 5 5B 55 44
Octal 252 363 146 36 0 72 5 133 125 104
Binary 10101010 11110011 1100110 11110 0 111010 101 1011011 1010101 1000100

Color Harmonies of #AAF366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF366

Black with #AAF366

Text Example


Text Example

White with #AAF366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF366; }

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

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

background-color css

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

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

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

border-color css

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

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

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