Html Css Color HEX #AAE05C Conifer

📋 copy color: '#AAE05C'

red 170 ◦ green 224 ◦ blue 92

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

Shades of Conifer #AAE05C

Tints of Conifer #AAE05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 34.98%
G = 46.09%
B = 18.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#AAE05C (or 0xAAE05C) is known color: Conifer. HEX triplet: AA, E0 and 5C. RGB value is (170,224,92). Sum of RGB (Red+Green+Blue) = 170+224+92=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05C is #551FA3. Grayscale: #C1C1C1. Windows color (decimal): -5578660 or 6086826. OLE color: 6086826.

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

Color convert

RGB 170 224 92 -
CMYK 0.24 0 0.59 0.12
HSL 84.55º 0.68% 0.62% -
HSV(B) 84.55º 0.59% 0.88% -
XYZ 45.16 62.63 19.83 -
YUV 192.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 170 224 92 0.24 0 0.59 0.12 84.55 0.68 0.62
Hex AA E0 5C 18 0 3B C 55 44 3E
Octal 252 340 134 30 0 73 14 125 104 76
Binary 10101010 11100000 1011100 11000 0 111011 1100 1010101 1000100 111110

Color Harmonies of #AAE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE05C

Black with #AAE05C

Text Example


Text Example

White with #AAE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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