Html Css Color HEX #AAD72C Yellow Green

📋 copy color: '#AAD72C'

red 170 ◦ green 215 ◦ blue 44

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

Shades of Yellow Green #AAD72C

Tints of Yellow Green #AAD72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 39.63%
G = 50.12%
B = 10.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#AAD72C (or 0xAAD72C) is known color: Yellow Green. HEX triplet: AA, D7 and 2C. RGB value is (170,215,44). Sum of RGB (Red+Green+Blue) = 170+215+44=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD72C is #5528D3. Grayscale: #B6B6B6. Windows color (decimal): -5581012 or 2938794. OLE color: 2938794.

HSL color Cylindrical-coordinate representation of color #AAD72C: hue angle of 75.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD72C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 44 -
CMYK 0.21 0 0.80 0.16
HSL 75.79º 0.68% 0.51% -
HSV(B) 75.79º 0.8% 0.84% -
XYZ 41.33 57.33 11.27 -
YUV 182.05 50.09 119.4 -
System Red Green Blue C M Y K H S L
Decimal 170 215 44 0.21 0 0.80 0.16 75.79 0.68 0.51
Hex AA D7 2C 15 0 50 10 4C 44 33
Octal 252 327 54 25 0 120 20 114 104 63
Binary 10101010 11010111 101100 10101 0 1010000 10000 1001100 1000100 110011

Color Harmonies of #AAD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD72C

Black with #AAD72C

Text Example


Text Example

White with #AAD72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD72C; }

 p { color: rgb(170,215,44); }

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

background-color css

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

 a { background-color: rgb(170,215,44); }

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

border-color css

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

 span { border-color: rgb(170,215,44); }

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