#ACD933

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

Shades of Atlantis #ACD933

Tints of Atlantis #ACD933

Color information

#ACD933 (or 0xACD933) is unknown color: approx Atlantis. HEX triplet: AC, D9 and 33. RGB value is (172,217,51). Sum of RGB (Red+Green+Blue) = 172+217+51=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD933 is #5326CC. Grayscale: #B9B9B9. Windows color (decimal): -5449421 or 3398060. OLE color: 3398060.

HSL color Cylindrical-coordinate representation of color #ACD933: hue angle of 76.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD933 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB17221751-
CMYK0.2100.760.15
HSL76.27º68.6%52.55%-
HSV(B)76.27º76.5%85.1%-
XYZ42.4258.6412.21-
YUV184.6252.59119-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=39.09%
G=49.32%
B=11.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172217510.2100.760.1576.2768.652.55
HexACD9331504CF4c4535
Octal254331632501141711410565
Binary10101100110110011100111010101001100111110011001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD933; }

 p { color: rgb(172,217,51); }

 H1.HeaderClassName
 {
   color: #ACD933;
 }
 .AnyTagClassName
 {
   color: #ACD933;
 }
</style>
background-color css

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

 a { background-color: rgb(172,217,51); }

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

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

 span { border-color: rgb(172,217,51); }

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