Html Css Color HEX #ACD224 Bahia

📋 copy color: '#ACD224'

red 172 ◦ green 210 ◦ blue 36

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

Shades of Bahia #ACD224

Tints of Bahia #ACD224

RGB

 RED value IS 172 (67.58% from 255) = 41.15%

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

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

R = 41.15%
G = 50.24%
B = 8.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ACD224 (or 0xACD224) is known color: Bahia. HEX triplet: AC, D2 and 24. RGB value is (172,210,36). Sum of RGB (Red+Green+Blue) = 172+210+36=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD224 is #532DDB. Grayscale: #B3B3B3. Windows color (decimal): -5451228 or 2413228. OLE color: 2413228.

HSL color Cylindrical-coordinate representation of color #ACD224: hue angle of 73.1º 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 #ACD224 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 36 -
CMYK 0.18 0 0.83 0.18
HSL 73.1º 0.71% 0.48% -
HSV(B) 73.1º 0.83% 0.82% -
XYZ 40.38 54.99 10.16 -
YUV 178.8 47.41 123.15 -
System Red Green Blue C M Y K H S L
Decimal 172 210 36 0.18 0 0.83 0.18 73.1 0.71 0.48
Hex AC D2 24 12 0 53 12 49 47 30
Octal 254 322 44 22 0 123 22 111 107 60
Binary 10101100 11010010 100100 10010 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #ACD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD224

Black with #ACD224

Text Example


Text Example

White with #ACD224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD224; }

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

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

background-color css

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

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

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

border-color css

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

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

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