Html Css Color HEX #AAE05E Conifer

📋 copy color: '#AAE05E'

red 170 ◦ green 224 ◦ blue 94

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

Shades of Conifer #AAE05E

Tints of Conifer #AAE05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 34.84%
G = 45.9%
B = 19.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#AAE05E (or 0xAAE05E) is known color: Conifer. HEX triplet: AA, E0 and 5E. RGB value is (170,224,94). Sum of RGB (Red+Green+Blue) = 170+224+94=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05E is #551FA1. Grayscale: #C1C1C1. Windows color (decimal): -5578658 or 6217898. OLE color: 6217898.

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

Color convert

RGB 170 224 94 -
CMYK 0.24 0 0.58 0.12
HSL 84.92º 0.68% 0.62% -
HSV(B) 84.92º 0.58% 0.88% -
XYZ 45.25 62.67 20.3 -
YUV 193.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 170 224 94 0.24 0 0.58 0.12 84.92 0.68 0.62
Hex AA E0 5E 18 0 3A C 55 44 3E
Octal 252 340 136 30 0 72 14 125 104 76
Binary 10101010 11100000 1011110 11000 0 111010 1100 1010101 1000100 111110

Color Harmonies of #AAE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE05E

Black with #AAE05E

Text Example


Text Example

White with #AAE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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