Html Css Color HEX #AADB2B Yellow Green

📋 copy color: '#AADB2B'

red 170 ◦ green 219 ◦ blue 43

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

Shades of Yellow Green #AADB2B

Tints of Yellow Green #AADB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 39.35%
G = 50.69%
B = 9.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#AADB2B (or 0xAADB2B) is known color: Yellow Green. HEX triplet: AA, DB and 2B. RGB value is (170,219,43). Sum of RGB (Red+Green+Blue) = 170+219+43=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB2B is #5524D4. Grayscale: #B8B8B8. Windows color (decimal): -5579989 or 2874282. OLE color: 2874282.

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

Color convert

RGB 170 219 43 -
CMYK 0.22 0 0.80 0.14
HSL 76.7º 0.71% 0.51% -
HSV(B) 76.7º 0.8% 0.86% -
XYZ 42.35 59.38 11.52 -
YUV 184.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 170 219 43 0.22 0 0.80 0.14 76.7 0.71 0.51
Hex AA DB 2B 16 0 50 E 4D 47 33
Octal 252 333 53 26 0 120 16 115 107 63
Binary 10101010 11011011 101011 10110 0 1010000 1110 1001101 1000111 110011

Color Harmonies of #AADB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB2B

Black with #AADB2B

Text Example


Text Example

White with #AADB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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