Html Css Color HEX #ACD223 Bahia

📋 copy color: '#ACD223'

red 172 ◦ green 210 ◦ blue 35

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

Shades of Bahia #ACD223

Tints of Bahia #ACD223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.39%

R = 41.25%
G = 50.36%
B = 8.39%

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

#ACD223 (or 0xACD223) is known color: Bahia. HEX triplet: AC, D2 and 23. RGB value is (172,210,35). Sum of RGB (Red+Green+Blue) = 172+210+35=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD223 is #532DDC. Grayscale: #B3B3B3. Windows color (decimal): -5451229 or 2347692. OLE color: 2347692.

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

Color convert

RGB 172 210 35 -
CMYK 0.18 0 0.83 0.18
HSL 73.03º 0.71% 0.48% -
HSV(B) 73.03º 0.83% 0.82% -
XYZ 40.36 54.99 10.08 -
YUV 178.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 172 210 35 0.18 0 0.83 0.18 73.03 0.71 0.48
Hex AC D2 23 12 0 53 12 49 47 30
Octal 254 322 43 22 0 123 22 111 107 60
Binary 10101100 11010010 100011 10010 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #ACD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD223

Black with #ACD223

Text Example


Text Example

White with #ACD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD223; }

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

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

background-color css

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

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

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

border-color css

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

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

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