Html Css Color HEX #AAE056 Conifer

📋 copy color: '#AAE056'

red 170 ◦ green 224 ◦ blue 86

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

Shades of Conifer #AAE056

Tints of Conifer #AAE056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 86 (33.98% from 255) = 17.92%

R = 35.42%
G = 46.67%
B = 17.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#AAE056 (or 0xAAE056) is known color: Conifer. HEX triplet: AA, E0 and 56. RGB value is (170,224,86). Sum of RGB (Red+Green+Blue) = 170+224+86=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE056 is #551FA9. Grayscale: #C0C0C0. Windows color (decimal): -5578666 or 5693610. OLE color: 5693610.

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

Color convert

RGB 170 224 86 -
CMYK 0.24 0 0.62 0.12
HSL 83.48º 0.69% 0.61% -
HSV(B) 83.48º 0.62% 0.88% -
XYZ 44.91 62.53 18.51 -
YUV 192.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 170 224 86 0.24 0 0.62 0.12 83.48 0.69 0.61
Hex AA E0 56 18 0 3E C 53 45 3D
Octal 252 340 126 30 0 76 14 123 105 75
Binary 10101010 11100000 1010110 11000 0 111110 1100 1010011 1000101 111101

Color Harmonies of #AAE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE056

Black with #AAE056

Text Example


Text Example

White with #AAE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE056; }

 p { color: rgb(170,224,86); }

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

background-color css

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

 a { background-color: rgb(170,224,86); }

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

border-color css

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

 span { border-color: rgb(170,224,86); }

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