#ACCD38

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

Shades of Atlantis #ACCD38

Tints of Atlantis #ACCD38

Color information

#ACCD38 (or 0xACCD38) is unknown color: approx Atlantis. HEX triplet: AC, CD and 38. RGB value is (172,205,56). Sum of RGB (Red+Green+Blue) = 172+205+56=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD38 is #5332C7. Grayscale: #B2B2B2. Windows color (decimal): -5452488 or 3722668. OLE color: 3722668.

HSL color Cylindrical-coordinate representation of color #ACCD38: hue angle of 73.29º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACCD38 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB17220556-
CMYK0.1600.730.20
HSL73.29º59.84%51.18%-
HSV(B)73.29º72.68%80.39%-
XYZ39.5652.7211.83-
YUV178.1559.07123.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 56 (22.27% from 255) = 12.93%
R=39.72%
G=47.34%
B=12.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205560.1600.730.2073.2959.8451.18
HexACCD381004914493c33
Octal25431570200111241117463
Binary10101100110011011110001000001001001101001001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD38; }

 p { color: rgb(172,205,56); }

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

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

 a { background-color: rgb(172,205,56); }

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

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

 span { border-color: rgb(172,205,56); }

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