Html Css Color HEX #ACD43D Atlantis

📋 copy color: '#ACD43D'

red 172 ◦ green 212 ◦ blue 61

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

Shades of Atlantis #ACD43D

Tints of Atlantis #ACD43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 38.65%
G = 47.64%
B = 13.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#ACD43D (or 0xACD43D) is known color: Atlantis. HEX triplet: AC, D4 and 3D. RGB value is (172,212,61). Sum of RGB (Red+Green+Blue) = 172+212+61=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD43D is #532BC2. Grayscale: #B7B7B7. Windows color (decimal): -5450691 or 4052140. OLE color: 4052140.

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

Color convert

RGB 172 212 61 -
CMYK 0.19 0 0.71 0.17
HSL 75.89º 0.64% 0.54% -
HSV(B) 75.89º 0.71% 0.83% -
XYZ 41.4 56.19 13.08 -
YUV 182.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 172 212 61 0.19 0 0.71 0.17 75.89 0.64 0.54
Hex AC D4 3D 13 0 47 11 4C 40 36
Octal 254 324 75 23 0 107 21 114 100 66
Binary 10101100 11010100 111101 10011 0 1000111 10001 1001100 1000000 110110

Color Harmonies of #ACD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD43D

Black with #ACD43D

Text Example


Text Example

White with #ACD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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