Html Css Color HEX #ABD224 Bahia

📋 copy color: '#ABD224'

red 171 ◦ green 210 ◦ blue 36

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

Shades of Bahia #ABD224

Tints of Bahia #ABD224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 41.01%
G = 50.36%
B = 8.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ABD224 (or 0xABD224) is known color: Bahia. HEX triplet: AB, D2 and 24. RGB value is (171,210,36). Sum of RGB (Red+Green+Blue) = 171+210+36=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD224 is #542DDB. Grayscale: #B3B3B3. Windows color (decimal): -5516764 or 2413227. OLE color: 2413227.

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

Color convert

RGB 171 210 36 -
CMYK 0.19 0 0.83 0.18
HSL 73.45º 0.71% 0.48% -
HSV(B) 73.45º 0.83% 0.82% -
XYZ 40.16 54.88 10.15 -
YUV 178.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 171 210 36 0.19 0 0.83 0.18 73.45 0.71 0.48
Hex AB D2 24 13 0 53 12 49 47 30
Octal 253 322 44 23 0 123 22 111 107 60
Binary 10101011 11010010 100100 10011 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #ABD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD224

Black with #ABD224

Text Example


Text Example

White with #ABD224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD224; }

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

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

background-color css

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

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

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

border-color css

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

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

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