Html Css Color HEX #AAD62D Yellow Green

📋 copy color: '#AAD62D'

red 170 ◦ green 214 ◦ blue 45

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

Shades of Yellow Green #AAD62D

Tints of Yellow Green #AAD62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 39.63%
G = 49.88%
B = 10.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#AAD62D (or 0xAAD62D) is known color: Yellow Green. HEX triplet: AA, D6 and 2D. RGB value is (170,214,45). Sum of RGB (Red+Green+Blue) = 170+214+45=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD62D is #5529D2. Grayscale: #B6B6B6. Windows color (decimal): -5581267 or 3004074. OLE color: 3004074.

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

Color convert

RGB 170 214 45 -
CMYK 0.21 0 0.79 0.16
HSL 75.62º 0.67% 0.51% -
HSV(B) 75.62º 0.79% 0.84% -
XYZ 41.1 56.83 11.29 -
YUV 181.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 170 214 45 0.21 0 0.79 0.16 75.62 0.67 0.51
Hex AA D6 2D 15 0 4F 10 4C 43 33
Octal 252 326 55 25 0 117 20 114 103 63
Binary 10101010 11010110 101101 10101 0 1001111 10000 1001100 1000011 110011

Color Harmonies of #AAD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD62D

Black with #AAD62D

Text Example


Text Example

White with #AAD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD62D; }

 p { color: rgb(170,214,45); }

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

background-color css

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

 a { background-color: rgb(170,214,45); }

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

border-color css

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

 span { border-color: rgb(170,214,45); }

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