#ACD223

Color #ACD223 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACD223

Tints of Bahia #ACD223

Color information

#ACD223 (or 0xACD223) is unknown color: approx 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

RGB17221035-
CMYK0.1800.830.18
HSL73.03º71.43%48.04%-
HSV(B)73.03º83.33%82.35%-
XYZ40.3654.9910.08-
YUV178.6946.91123.23-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172210350.1800.830.1873.0371.4348.04
HexACD2231205312494730
Octal254322432201232211110760
Binary101011001101001010001110010010100111001010010011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>