Html Css Color HEX #AAE25D Conifer

📋 copy color: '#AAE25D'

red 170 ◦ green 226 ◦ blue 93

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

Shades of Conifer #AAE25D

Tints of Conifer #AAE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 34.76%
G = 46.22%
B = 19.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#AAE25D (or 0xAAE25D) is known color: Conifer. HEX triplet: AA, E2 and 5D. RGB value is (170,226,93). Sum of RGB (Red+Green+Blue) = 170+226+93=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE25D is #551DA2. Grayscale: #C2C2C2. Windows color (decimal): -5578147 or 6152874. OLE color: 6152874.

HSL color Cylindrical-coordinate representation of color #AAE25D: hue angle of 85.26º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE25D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 93 -
CMYK 0.25 0 0.59 0.11
HSL 85.26º 0.7% 0.63% -
HSV(B) 85.26º 0.59% 0.89% -
XYZ 45.75 63.73 20.25 -
YUV 194.09 70.95 110.81 -
System Red Green Blue C M Y K H S L
Decimal 170 226 93 0.25 0 0.59 0.11 85.26 0.7 0.63
Hex AA E2 5D 19 0 3B B 55 46 3F
Octal 252 342 135 31 0 73 13 125 106 77
Binary 10101010 11100010 1011101 11001 0 111011 1011 1010101 1000110 111111

Color Harmonies of #AAE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE25D

Black with #AAE25D

Text Example


Text Example

White with #AAE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE25D; }

 p { color: rgb(170,226,93); }

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

background-color css

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

 a { background-color: rgb(170,226,93); }

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

border-color css

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

 span { border-color: rgb(170,226,93); }

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