Html Css Color HEX #AAEB52 Conifer

📋 copy color: '#AAEB52'

red 170 ◦ green 235 ◦ blue 82

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

Shades of Conifer #AAEB52

Tints of Conifer #AAEB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.84%

R = 34.91%
G = 48.25%
B = 16.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#AAEB52 (or 0xAAEB52) is known color: Conifer. HEX triplet: AA, EB and 52. RGB value is (170,235,82). Sum of RGB (Red+Green+Blue) = 170+235+82=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB52 is #5514AD. Grayscale: #C6C6C6. Windows color (decimal): -5575854 or 5434282. OLE color: 5434282.

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

Color convert

RGB 170 235 82 -
CMYK 0.28 0 0.65 0.08
HSL 85.49º 0.79% 0.62% -
HSV(B) 85.49º 0.65% 0.92% -
XYZ 47.81 68.57 18.7 -
YUV 198.12 62.47 107.94 -
System Red Green Blue C M Y K H S L
Decimal 170 235 82 0.28 0 0.65 0.08 85.49 0.79 0.62
Hex AA EB 52 1C 0 41 8 55 4F 3E
Octal 252 353 122 34 0 101 10 125 117 76
Binary 10101010 11101011 1010010 11100 0 1000001 1000 1010101 1001111 111110

Color Harmonies of #AAEB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB52

Black with #AAEB52

Text Example


Text Example

White with #AAEB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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