Html Css Color HEX #ACD335 Atlantis

📋 copy color: '#ACD335'

red 172 ◦ green 211 ◦ blue 53

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

Shades of Atlantis #ACD335

Tints of Atlantis #ACD335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.39%

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

R = 39.45%
G = 48.39%
B = 12.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#ACD335 (or 0xACD335) is known color: Atlantis. HEX triplet: AC, D3 and 35. RGB value is (172,211,53). Sum of RGB (Red+Green+Blue) = 172+211+53=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD335 is #532CCA. Grayscale: #B5B5B5. Windows color (decimal): -5450955 or 3527596. OLE color: 3527596.

HSL color Cylindrical-coordinate representation of color #ACD335: hue angle of 74.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD335 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 53 -
CMYK 0.18 0 0.75 0.17
HSL 74.81º 0.64% 0.52% -
HSV(B) 74.81º 0.75% 0.83% -
XYZ 40.95 55.62 11.94 -
YUV 181.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 172 211 53 0.18 0 0.75 0.17 74.81 0.64 0.52
Hex AC D3 35 12 0 4B 11 4B 40 34
Octal 254 323 65 22 0 113 21 113 100 64
Binary 10101100 11010011 110101 10010 0 1001011 10001 1001011 1000000 110100

Color Harmonies of #ACD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD335

Black with #ACD335

Text Example


Text Example

White with #ACD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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