Html Css Color HEX #AADB2E Yellow Green

📋 copy color: '#AADB2E'

red 170 ◦ green 219 ◦ blue 46

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

Shades of Yellow Green #AADB2E

Tints of Yellow Green #AADB2E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.34%

 BLUE value IS 46 (18.36% from 255) = 10.57%

R = 39.08%
G = 50.34%
B = 10.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#AADB2E (or 0xAADB2E) is known color: Yellow Green. HEX triplet: AA, DB and 2E. RGB value is (170,219,46). Sum of RGB (Red+Green+Blue) = 170+219+46=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB2E is #5524D1. Grayscale: #B9B9B9. Windows color (decimal): -5579986 or 3070890. OLE color: 3070890.

HSL color Cylindrical-coordinate representation of color #AADB2E: hue angle of 76.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADB2E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 46 -
CMYK 0.22 0 0.79 0.14
HSL 76.99º 0.71% 0.52% -
HSV(B) 76.99º 0.79% 0.86% -
XYZ 42.4 59.41 11.82 -
YUV 184.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 170 219 46 0.22 0 0.79 0.14 76.99 0.71 0.52
Hex AA DB 2E 16 0 4F E 4D 47 34
Octal 252 333 56 26 0 117 16 115 107 64
Binary 10101010 11011011 101110 10110 0 1001111 1110 1001101 1000111 110100

Color Harmonies of #AADB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB2E

Black with #AADB2E

Text Example


Text Example

White with #AADB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB2E; }

 p { color: rgb(170,219,46); }

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

background-color css

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

 a { background-color: rgb(170,219,46); }

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

border-color css

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

 span { border-color: rgb(170,219,46); }

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