Html Css Color HEX #AAE245 Conifer

📋 copy color: '#AAE245'

red 170 ◦ green 226 ◦ blue 69

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

Shades of Conifer #AAE245

Tints of Conifer #AAE245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 36.56%
G = 48.6%
B = 14.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#AAE245 (or 0xAAE245) is known color: Conifer. HEX triplet: AA, E2 and 45. RGB value is (170,226,69). Sum of RGB (Red+Green+Blue) = 170+226+69=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE245 is #551DBA. Grayscale: #BFBFBF. Windows color (decimal): -5578171 or 4580010. OLE color: 4580010.

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

Color convert

RGB 170 226 69 -
CMYK 0.25 0 0.69 0.11
HSL 81.4º 0.73% 0.58% -
HSV(B) 81.4º 0.69% 0.89% -
XYZ 44.85 63.37 15.5 -
YUV 191.36 58.95 112.77 -
System Red Green Blue C M Y K H S L
Decimal 170 226 69 0.25 0 0.69 0.11 81.4 0.73 0.58
Hex AA E2 45 19 0 45 B 51 49 3A
Octal 252 342 105 31 0 105 13 121 111 72
Binary 10101010 11100010 1000101 11001 0 1000101 1011 1010001 1001001 111010

Color Harmonies of #AAE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE245

Black with #AAE245

Text Example


Text Example

White with #AAE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE245; }

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

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

background-color css

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

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

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

border-color css

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

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

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