Html Css Color HEX #AAE15C Conifer

📋 copy color: '#AAE15C'

red 170 ◦ green 225 ◦ blue 92

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

Shades of Conifer #AAE15C

Tints of Conifer #AAE15C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

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

R = 34.91%
G = 46.2%
B = 18.89%

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

#AAE15C (or 0xAAE15C) is known color: Conifer. HEX triplet: AA, E1 and 5C. RGB value is (170,225,92). Sum of RGB (Red+Green+Blue) = 170+225+92=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE15C is #551EA3. Grayscale: #C1C1C1. Windows color (decimal): -5578404 or 6087082. OLE color: 6087082.

HSL color Cylindrical-coordinate representation of color #AAE15C: hue angle of 84.81º degrees, saturation: 0.69, 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 #AAE15C is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 92 -
CMYK 0.24 0 0.59 0.12
HSL 84.81º 0.69% 0.62% -
HSV(B) 84.81º 0.59% 0.88% -
XYZ 45.43 63.17 19.92 -
YUV 193.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 170 225 92 0.24 0 0.59 0.12 84.81 0.69 0.62
Hex AA E1 5C 18 0 3B C 55 45 3E
Octal 252 341 134 30 0 73 14 125 105 76
Binary 10101010 11100001 1011100 11000 0 111011 1100 1010101 1000101 111110

Color Harmonies of #AAE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE15C

Black with #AAE15C

Text Example


Text Example

White with #AAE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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