Html Css Color HEX #ACD225 Bahia

📋 copy color: '#ACD225'

red 172 ◦ green 210 ◦ blue 37

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

Shades of Bahia #ACD225

Tints of Bahia #ACD225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 41.05%
G = 50.12%
B = 8.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#ACD225 (or 0xACD225) is known color: Bahia. HEX triplet: AC, D2 and 25. RGB value is (172,210,37). Sum of RGB (Red+Green+Blue) = 172+210+37=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD225 is #532DDA. Grayscale: #B3B3B3. Windows color (decimal): -5451227 or 2478764. OLE color: 2478764.

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

Color convert

RGB 172 210 37 -
CMYK 0.18 0 0.82 0.18
HSL 73.18º 0.7% 0.48% -
HSV(B) 73.18º 0.82% 0.82% -
XYZ 40.39 55 10.24 -
YUV 178.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 172 210 37 0.18 0 0.82 0.18 73.18 0.7 0.48
Hex AC D2 25 12 0 52 12 49 46 30
Octal 254 322 45 22 0 122 22 111 106 60
Binary 10101100 11010010 100101 10010 0 1010010 10010 1001001 1000110 110000

Color Harmonies of #ACD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD225

Black with #ACD225

Text Example


Text Example

White with #ACD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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