Html Css Color HEX #ACD535 Atlantis

📋 copy color: '#ACD535'

red 172 ◦ green 213 ◦ blue 53

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

Shades of Atlantis #ACD535

Tints of Atlantis #ACD535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

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

R = 39.27%
G = 48.63%
B = 12.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#ACD535 (or 0xACD535) is known color: Atlantis. HEX triplet: AC, D5 and 35. RGB value is (172,213,53). Sum of RGB (Red+Green+Blue) = 172+213+53=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD535 is #532ACA. Grayscale: #B7B7B7. Windows color (decimal): -5450443 or 3528108. OLE color: 3528108.

HSL color Cylindrical-coordinate representation of color #ACD535: hue angle of 75.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD535 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 53 -
CMYK 0.19 0 0.75 0.16
HSL 75.38º 0.66% 0.52% -
HSV(B) 75.38º 0.75% 0.84% -
XYZ 41.45 56.62 12.11 -
YUV 182.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 172 213 53 0.19 0 0.75 0.16 75.38 0.66 0.52
Hex AC D5 35 13 0 4B 10 4B 42 34
Octal 254 325 65 23 0 113 20 113 102 64
Binary 10101100 11010101 110101 10011 0 1001011 10000 1001011 1000010 110100

Color Harmonies of #ACD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD535

Black with #ACD535

Text Example


Text Example

White with #ACD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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