Html Css Color HEX #AAD32F Yellow Green

📋 copy color: '#AAD32F'

red 170 ◦ green 211 ◦ blue 47

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

Shades of Yellow Green #AAD32F

Tints of Yellow Green #AAD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.3%

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 39.72%
G = 49.3%
B = 10.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#AAD32F (or 0xAAD32F) is known color: Yellow Green. HEX triplet: AA, D3 and 2F. RGB value is (170,211,47). Sum of RGB (Red+Green+Blue) = 170+211+47=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD32F is #552CD0. Grayscale: #B4B4B4. Windows color (decimal): -5582033 or 3134378. OLE color: 3134378.

HSL color Cylindrical-coordinate representation of color #AAD32F: hue angle of 75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAD32F is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 47 -
CMYK 0.19 0 0.78 0.17
HSL 75º 0.65% 0.51% -
HSV(B) 75º 0.78% 0.83% -
XYZ 40.38 55.34 11.24 -
YUV 180.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 170 211 47 0.19 0 0.78 0.17 75 0.65 0.51
Hex AA D3 2F 13 0 4E 11 4B 41 33
Octal 252 323 57 23 0 116 21 113 101 63
Binary 10101010 11010011 101111 10011 0 1001110 10001 1001011 1000001 110011

Color Harmonies of #AAD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD32F

Black with #AAD32F

Text Example


Text Example

White with #AAD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD32F; }

 p { color: rgb(170,211,47); }

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

background-color css

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

 a { background-color: rgb(170,211,47); }

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

border-color css

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

 span { border-color: rgb(170,211,47); }

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