Html Css Color HEX #AAE86A Conifer

📋 copy color: '#AAE86A'

red 170 ◦ green 232 ◦ blue 106

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

Shades of Conifer #AAE86A

Tints of Conifer #AAE86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.67%

 BLUE value IS 106 (41.8% from 255) = 20.87%

R = 33.46%
G = 45.67%
B = 20.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#AAE86A (or 0xAAE86A) is known color: Conifer. HEX triplet: AA, E8 and 6A. RGB value is (170,232,106). Sum of RGB (Red+Green+Blue) = 170+232+106=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE86A is #551795. Grayscale: #C7C7C7. Windows color (decimal): -5576598 or 7006378. OLE color: 7006378.

HSL color Cylindrical-coordinate representation of color #AAE86A: hue angle of 89.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE86A is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 106 -
CMYK 0.27 0 0.54 0.09
HSL 89.52º 0.73% 0.66% -
HSV(B) 89.52º 0.54% 0.91% -
XYZ 48.04 67.3 24.09 -
YUV 199.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 170 232 106 0.27 0 0.54 0.09 89.52 0.73 0.66
Hex AA E8 6A 1B 0 36 9 5A 49 42
Octal 252 350 152 33 0 66 11 132 111 102
Binary 10101010 11101000 1101010 11011 0 110110 1001 1011010 1001001 1000010

Color Harmonies of #AAE86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE86A

Black with #AAE86A

Text Example


Text Example

White with #AAE86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE86A; }

 p { color: rgb(170,232,106); }

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

background-color css

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

 a { background-color: rgb(170,232,106); }

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

border-color css

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

 span { border-color: rgb(170,232,106); }

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