Html Css Color HEX #AAEB48 Conifer

📋 copy color: '#AAEB48'

red 170 ◦ green 235 ◦ blue 72

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

Shades of Conifer #AAEB48

Tints of Conifer #AAEB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 35.64%
G = 49.27%
B = 15.09%

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

#AAEB48 (or 0xAAEB48) is known color: Conifer. HEX triplet: AA, EB and 48. RGB value is (170,235,72). Sum of RGB (Red+Green+Blue) = 170+235+72=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB48 is #5514B7. Grayscale: #C5C5C5. Windows color (decimal): -5575864 or 4778922. OLE color: 4778922.

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

Color convert

RGB 170 235 72 -
CMYK 0.28 0 0.69 0.08
HSL 83.93º 0.8% 0.6% -
HSV(B) 83.93º 0.69% 0.92% -
XYZ 47.46 68.43 16.84 -
YUV 196.98 57.47 108.75 -
System Red Green Blue C M Y K H S L
Decimal 170 235 72 0.28 0 0.69 0.08 83.93 0.8 0.6
Hex AA EB 48 1C 0 45 8 54 50 3C
Octal 252 353 110 34 0 105 10 124 120 74
Binary 10101010 11101011 1001000 11100 0 1000101 1000 1010100 1010000 111100

Color Harmonies of #AAEB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB48

Black with #AAEB48

Text Example


Text Example

White with #AAEB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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