Html Css Color HEX #AAE166 Conifer

📋 copy color: '#AAE166'

red 170 ◦ green 225 ◦ blue 102

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

Shades of Conifer #AAE166

Tints of Conifer #AAE166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

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

R = 34.21%
G = 45.27%
B = 20.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#AAE166 (or 0xAAE166) is known color: Conifer. HEX triplet: AA, E1 and 66. RGB value is (170,225,102). Sum of RGB (Red+Green+Blue) = 170+225+102=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE166 is #551E99. Grayscale: #C2C2C2. Windows color (decimal): -5578394 or 6742442. OLE color: 6742442.

HSL color Cylindrical-coordinate representation of color #AAE166: hue angle of 86.83º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE166 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 102 -
CMYK 0.24 0 0.55 0.12
HSL 86.83º 0.67% 0.64% -
HSV(B) 86.83º 0.55% 0.88% -
XYZ 45.9 63.36 22.38 -
YUV 194.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 170 225 102 0.24 0 0.55 0.12 86.83 0.67 0.64
Hex AA E1 66 18 0 37 C 57 43 40
Octal 252 341 146 30 0 67 14 127 103 100
Binary 10101010 11100001 1100110 11000 0 110111 1100 1010111 1000011 1000000

Color Harmonies of #AAE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE166

Black with #AAE166

Text Example


Text Example

White with #AAE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE166; }

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

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

background-color css

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

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

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

border-color css

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

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

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