Html Css Color HEX #AAEB45 Conifer

📋 copy color: '#AAEB45'

red 170 ◦ green 235 ◦ blue 69

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

Shades of Conifer #AAEB45

Tints of Conifer #AAEB45

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

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

R = 35.86%
G = 49.58%
B = 14.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#AAEB45 (or 0xAAEB45) is known color: Conifer. HEX triplet: AA, EB and 45. RGB value is (170,235,69). Sum of RGB (Red+Green+Blue) = 170+235+69=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB45 is #5514BA. Grayscale: #C5C5C5. Windows color (decimal): -5575867 or 4582314. OLE color: 4582314.

HSL color Cylindrical-coordinate representation of color #AAEB45: hue angle of 83.49º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAEB45 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 69 -
CMYK 0.28 0 0.71 0.08
HSL 83.49º 0.81% 0.6% -
HSV(B) 83.49º 0.71% 0.92% -
XYZ 47.36 68.39 16.34 -
YUV 196.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 170 235 69 0.28 0 0.71 0.08 83.49 0.81 0.6
Hex AA EB 45 1C 0 47 8 53 51 3C
Octal 252 353 105 34 0 107 10 123 121 74
Binary 10101010 11101011 1000101 11100 0 1000111 1000 1010011 1010001 111100

Color Harmonies of #AAEB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB45

Black with #AAEB45

Text Example


Text Example

White with #AAEB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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