Html Css Color HEX #AAEC52 Conifer

📋 copy color: '#AAEC52'

red 170 ◦ green 236 ◦ blue 82

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

Shades of Conifer #AAEC52

Tints of Conifer #AAEC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.36%

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

R = 34.84%
G = 48.36%
B = 16.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#AAEC52 (or 0xAAEC52) is known color: Conifer. HEX triplet: AA, EC and 52. RGB value is (170,236,82). Sum of RGB (Red+Green+Blue) = 170+236+82=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC52 is #5513AD. Grayscale: #C7C7C7. Windows color (decimal): -5575598 or 5434538. OLE color: 5434538.

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

Color convert

RGB 170 236 82 -
CMYK 0.28 0 0.65 0.07
HSL 85.71º 0.8% 0.62% -
HSV(B) 85.71º 0.65% 0.93% -
XYZ 48.1 69.15 18.79 -
YUV 198.71 62.13 107.52 -
System Red Green Blue C M Y K H S L
Decimal 170 236 82 0.28 0 0.65 0.07 85.71 0.8 0.62
Hex AA EC 52 1C 0 41 7 56 50 3E
Octal 252 354 122 34 0 101 7 126 120 76
Binary 10101010 11101100 1010010 11100 0 1000001 111 1010110 1010000 111110

Color Harmonies of #AAEC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC52

Black with #AAEC52

Text Example


Text Example

White with #AAEC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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