Html Css Color HEX #AAEB4A Conifer

📋 copy color: '#AAEB4A'

red 170 ◦ green 235 ◦ blue 74

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

Shades of Conifer #AAEB4A

Tints of Conifer #AAEB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 35.49%
G = 49.06%
B = 15.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#AAEB4A (or 0xAAEB4A) is known color: Conifer. HEX triplet: AA, EB and 4A. RGB value is (170,235,74). Sum of RGB (Red+Green+Blue) = 170+235+74=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB4A is #5514B5. Grayscale: #C5C5C5. Windows color (decimal): -5575862 or 4909994. OLE color: 4909994.

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

Color convert

RGB 170 235 74 -
CMYK 0.28 0 0.69 0.08
HSL 84.22º 0.8% 0.61% -
HSV(B) 84.22º 0.69% 0.92% -
XYZ 47.52 68.46 17.19 -
YUV 197.21 58.47 108.59 -
System Red Green Blue C M Y K H S L
Decimal 170 235 74 0.28 0 0.69 0.08 84.22 0.8 0.61
Hex AA EB 4A 1C 0 45 8 54 50 3D
Octal 252 353 112 34 0 105 10 124 120 75
Binary 10101010 11101011 1001010 11100 0 1000101 1000 1010100 1010000 111101

Color Harmonies of #AAEB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB4A

Black with #AAEB4A

Text Example


Text Example

White with #AAEB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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