Html Css Color HEX #ACD835 Atlantis

📋 copy color: '#ACD835'

red 172 ◦ green 216 ◦ blue 53

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

Shades of Atlantis #ACD835

Tints of Atlantis #ACD835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 39%
G = 48.98%
B = 12.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#ACD835 (or 0xACD835) is known color: Atlantis. HEX triplet: AC, D8 and 35. RGB value is (172,216,53). Sum of RGB (Red+Green+Blue) = 172+216+53=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD835 is #5327CA. Grayscale: #B8B8B8. Windows color (decimal): -5449675 or 3528876. OLE color: 3528876.

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

Color convert

RGB 172 216 53 -
CMYK 0.20 0 0.75 0.15
HSL 76.2º 0.68% 0.53% -
HSV(B) 76.2º 0.75% 0.85% -
XYZ 42.21 58.14 12.37 -
YUV 184.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 172 216 53 0.20 0 0.75 0.15 76.2 0.68 0.53
Hex AC D8 35 14 0 4B F 4C 44 35
Octal 254 330 65 24 0 113 17 114 104 65
Binary 10101100 11011000 110101 10100 0 1001011 1111 1001100 1000100 110101

Color Harmonies of #ACD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD835

Black with #ACD835

Text Example


Text Example

White with #ACD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD835; }

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

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

background-color css

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

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

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

border-color css

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

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

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