Html Css Color HEX #ACD222 Bahia

📋 copy color: '#ACD222'

red 172 ◦ green 210 ◦ blue 34

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

Shades of Bahia #ACD222

Tints of Bahia #ACD222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 41.35%
G = 50.48%
B = 8.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#ACD222 (or 0xACD222) is known color: Bahia. HEX triplet: AC, D2 and 22. RGB value is (172,210,34). Sum of RGB (Red+Green+Blue) = 172+210+34=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD222 is #532DDD. Grayscale: #B3B3B3. Windows color (decimal): -5451230 or 2282156. OLE color: 2282156.

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

Color convert

RGB 172 210 34 -
CMYK 0.18 0 0.84 0.18
HSL 72.95º 0.72% 0.48% -
HSV(B) 72.95º 0.84% 0.82% -
XYZ 40.35 54.98 10 -
YUV 178.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 172 210 34 0.18 0 0.84 0.18 72.95 0.72 0.48
Hex AC D2 22 12 0 54 12 49 48 30
Octal 254 322 42 22 0 124 22 111 110 60
Binary 10101100 11010010 100010 10010 0 1010100 10010 1001001 1001000 110000

Color Harmonies of #ACD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD222

Black with #ACD222

Text Example


Text Example

White with #ACD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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