Html Css Color HEX #AAE850 Conifer

📋 copy color: '#AAE850'

red 170 ◦ green 232 ◦ blue 80

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

Shades of Conifer #AAE850

Tints of Conifer #AAE850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 35.27%
G = 48.13%
B = 16.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#AAE850 (or 0xAAE850) is known color: Conifer. HEX triplet: AA, E8 and 50. RGB value is (170,232,80). Sum of RGB (Red+Green+Blue) = 170+232+80=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE850 is #5517AF. Grayscale: #C4C4C4. Windows color (decimal): -5576624 or 5302442. OLE color: 5302442.

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

Color convert

RGB 170 232 80 -
CMYK 0.27 0 0.66 0.09
HSL 84.47º 0.77% 0.61% -
HSV(B) 84.47º 0.66% 0.91% -
XYZ 46.88 66.84 18.02 -
YUV 196.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 170 232 80 0.27 0 0.66 0.09 84.47 0.77 0.61
Hex AA E8 50 1B 0 42 9 54 4D 3D
Octal 252 350 120 33 0 102 11 124 115 75
Binary 10101010 11101000 1010000 11011 0 1000010 1001 1010100 1001101 111101

Color Harmonies of #AAE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE850

Black with #AAE850

Text Example


Text Example

White with #AAE850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE850; }

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

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

background-color css

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

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

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

border-color css

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

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

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