Html Css Color HEX #ACD236 Atlantis

📋 copy color: '#ACD236'

red 172 ◦ green 210 ◦ blue 54

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

Shades of Atlantis #ACD236

Tints of Atlantis #ACD236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.39%

R = 39.45%
G = 48.17%
B = 12.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#ACD236 (or 0xACD236) is known color: Atlantis. HEX triplet: AC, D2 and 36. RGB value is (172,210,54). Sum of RGB (Red+Green+Blue) = 172+210+54=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD236 is #532DC9. Grayscale: #B5B5B5. Windows color (decimal): -5451210 or 3592876. OLE color: 3592876.

HSL color Cylindrical-coordinate representation of color #ACD236: hue angle of 74.62º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACD236 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 54 -
CMYK 0.18 0 0.74 0.18
HSL 74.62º 0.63% 0.52% -
HSV(B) 74.62º 0.74% 0.82% -
XYZ 40.73 55.13 11.98 -
YUV 180.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 172 210 54 0.18 0 0.74 0.18 74.62 0.63 0.52
Hex AC D2 36 12 0 4A 12 4B 3F 34
Octal 254 322 66 22 0 112 22 113 77 64
Binary 10101100 11010010 110110 10010 0 1001010 10010 1001011 111111 110100

Color Harmonies of #ACD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD236

Black with #ACD236

Text Example


Text Example

White with #ACD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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