Html Css Color HEX #ACD434 Atlantis

📋 copy color: '#ACD434'

red 172 ◦ green 212 ◦ blue 52

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

Shades of Atlantis #ACD434

Tints of Atlantis #ACD434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 39.45%
G = 48.62%
B = 11.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#ACD434 (or 0xACD434) is known color: Atlantis. HEX triplet: AC, D4 and 34. RGB value is (172,212,52). Sum of RGB (Red+Green+Blue) = 172+212+52=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD434 is #532BCB. Grayscale: #B6B6B6. Windows color (decimal): -5450700 or 3462316. OLE color: 3462316.

HSL color Cylindrical-coordinate representation of color #ACD434: hue angle of 75º degrees, saturation: 0.65, 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 #ACD434 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 52 -
CMYK 0.19 0 0.75 0.17
HSL 75º 0.65% 0.52% -
HSV(B) 75º 0.75% 0.83% -
XYZ 41.18 56.11 11.91 -
YUV 181.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 172 212 52 0.19 0 0.75 0.17 75 0.65 0.52
Hex AC D4 34 13 0 4B 11 4B 41 34
Octal 254 324 64 23 0 113 21 113 101 64
Binary 10101100 11010100 110100 10011 0 1001011 10001 1001011 1000001 110100

Color Harmonies of #ACD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD434

Black with #ACD434

Text Example


Text Example

White with #ACD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD434; }

 p { color: rgb(172,212,52); }

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

background-color css

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

 a { background-color: rgb(172,212,52); }

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

border-color css

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

 span { border-color: rgb(172,212,52); }

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