Html Css Color HEX #ACD935 Atlantis

📋 copy color: '#ACD935'

red 172 ◦ green 217 ◦ blue 53

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

Shades of Atlantis #ACD935

Tints of Atlantis #ACD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.1%

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

R = 38.91%
G = 49.1%
B = 11.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#ACD935 (or 0xACD935) is known color: Atlantis. HEX triplet: AC, D9 and 35. RGB value is (172,217,53). Sum of RGB (Red+Green+Blue) = 172+217+53=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD935 is #5326CA. Grayscale: #B9B9B9. Windows color (decimal): -5449419 or 3529132. OLE color: 3529132.

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

Color convert

RGB 172 217 53 -
CMYK 0.21 0 0.76 0.15
HSL 76.46º 0.68% 0.53% -
HSV(B) 76.46º 0.76% 0.85% -
XYZ 42.47 58.65 12.45 -
YUV 184.85 53.59 118.84 -
System Red Green Blue C M Y K H S L
Decimal 172 217 53 0.21 0 0.76 0.15 76.46 0.68 0.53
Hex AC D9 35 15 0 4C F 4C 44 35
Octal 254 331 65 25 0 114 17 114 104 65
Binary 10101100 11011001 110101 10101 0 1001100 1111 1001100 1000100 110101

Color Harmonies of #ACD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD935

Black with #ACD935

Text Example


Text Example

White with #ACD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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