Html Css Color HEX #ACD838 Atlantis

📋 copy color: '#ACD838'

red 172 ◦ green 216 ◦ blue 56

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

Shades of Atlantis #ACD838

Tints of Atlantis #ACD838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 56 (22.27% from 255) = 12.61%

R = 38.74%
G = 48.65%
B = 12.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#ACD838 (or 0xACD838) is known color: Atlantis. HEX triplet: AC, D8 and 38. RGB value is (172,216,56). Sum of RGB (Red+Green+Blue) = 172+216+56=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD838 is #5327C7. Grayscale: #B9B9B9. Windows color (decimal): -5449672 or 3725484. OLE color: 3725484.

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

Color convert

RGB 172 216 56 -
CMYK 0.20 0 0.74 0.15
HSL 76.5º 0.67% 0.53% -
HSV(B) 76.5º 0.74% 0.85% -
XYZ 42.28 58.17 12.74 -
YUV 184.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 172 216 56 0.20 0 0.74 0.15 76.5 0.67 0.53
Hex AC D8 38 14 0 4A F 4C 43 35
Octal 254 330 70 24 0 112 17 114 103 65
Binary 10101100 11011000 111000 10100 0 1001010 1111 1001100 1000011 110101

Color Harmonies of #ACD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD838

Black with #ACD838

Text Example


Text Example

White with #ACD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD838; }

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

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

background-color css

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

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

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

border-color css

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

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

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