Html Css Color HEX #AAE945 Conifer

📋 copy color: '#AAE945'

red 170 ◦ green 233 ◦ blue 69

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

Shades of Conifer #AAE945

Tints of Conifer #AAE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.36%

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

R = 36.02%
G = 49.36%
B = 14.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#AAE945 (or 0xAAE945) is known color: Conifer. HEX triplet: AA, E9 and 45. RGB value is (170,233,69). Sum of RGB (Red+Green+Blue) = 170+233+69=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE945 is #5516BA. Grayscale: #C4C4C4. Windows color (decimal): -5576379 or 4581802. OLE color: 4581802.

HSL color Cylindrical-coordinate representation of color #AAE945: hue angle of 83.05º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE945 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 69 -
CMYK 0.27 0 0.70 0.09
HSL 83.05º 0.79% 0.59% -
HSV(B) 83.05º 0.7% 0.91% -
XYZ 46.79 67.25 16.15 -
YUV 195.47 56.63 109.84 -
System Red Green Blue C M Y K H S L
Decimal 170 233 69 0.27 0 0.70 0.09 83.05 0.79 0.59
Hex AA E9 45 1B 0 46 9 53 4F 3B
Octal 252 351 105 33 0 106 11 123 117 73
Binary 10101010 11101001 1000101 11011 0 1000110 1001 1010011 1001111 111011

Color Harmonies of #AAE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE945

Black with #AAE945

Text Example


Text Example

White with #AAE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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