Html Css Color HEX #AAE164 Conifer

📋 copy color: '#AAE164'

red 170 ◦ green 225 ◦ blue 100

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

Shades of Conifer #AAE164

Tints of Conifer #AAE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 34.34%
G = 45.45%
B = 20.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#AAE164 (or 0xAAE164) is known color: Conifer. HEX triplet: AA, E1 and 64. RGB value is (170,225,100). Sum of RGB (Red+Green+Blue) = 170+225+100=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE164 is #551E9B. Grayscale: #C2C2C2. Windows color (decimal): -5578396 or 6611370. OLE color: 6611370.

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

Color convert

RGB 170 225 100 -
CMYK 0.24 0 0.56 0.12
HSL 86.4º 0.68% 0.64% -
HSV(B) 86.4º 0.56% 0.88% -
XYZ 45.8 63.32 21.86 -
YUV 194.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 170 225 100 0.24 0 0.56 0.12 86.4 0.68 0.64
Hex AA E1 64 18 0 38 C 56 44 40
Octal 252 341 144 30 0 70 14 126 104 100
Binary 10101010 11100001 1100100 11000 0 111000 1100 1010110 1000100 1000000

Color Harmonies of #AAE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE164

Black with #AAE164

Text Example


Text Example

White with #AAE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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