Html Css Color HEX #ABD21E Bahia

📋 copy color: '#ABD21E'

red 171 ◦ green 210 ◦ blue 30

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

Shades of Bahia #ABD21E

Tints of Bahia #ABD21E

RGB

 RED value IS 171 (67.19% from 255) = 41.61%

 GREEN value IS 210 (82.42% from 255) = 51.09%

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 41.61%
G = 51.09%
B = 7.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ABD21E (or 0xABD21E) is known color: Bahia. HEX triplet: AB, D2 and 1E. RGB value is (171,210,30). Sum of RGB (Red+Green+Blue) = 171+210+30=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD21E is #542DE1. Grayscale: #B2B2B2. Windows color (decimal): -5516770 or 2020011. OLE color: 2020011.

HSL color Cylindrical-coordinate representation of color #ABD21E: hue angle of 73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABD21E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 30 -
CMYK 0.19 0 0.86 0.18
HSL 73º 0.75% 0.47% -
HSV(B) 73º 0.86% 0.82% -
XYZ 40.08 54.84 9.7 -
YUV 177.82 44.58 123.14 -
System Red Green Blue C M Y K H S L
Decimal 171 210 30 0.19 0 0.86 0.18 73 0.75 0.47
Hex AB D2 1E 13 0 56 12 49 4B 2F
Octal 253 322 36 23 0 126 22 111 113 57
Binary 10101011 11010010 11110 10011 0 1010110 10010 1001001 1001011 101111

Color Harmonies of #ABD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD21E

Black with #ABD21E

Text Example


Text Example

White with #ABD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD21E; }

 p { color: rgb(171,210,30); }

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

background-color css

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

 a { background-color: rgb(171,210,30); }

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

border-color css

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

 span { border-color: rgb(171,210,30); }

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