Html Css Color HEX #ACD03D Atlantis

📋 copy color: '#ACD03D'

red 172 ◦ green 208 ◦ blue 61

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

Shades of Atlantis #ACD03D

Tints of Atlantis #ACD03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

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

R = 39%
G = 47.17%
B = 13.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#ACD03D (or 0xACD03D) is known color: Atlantis. HEX triplet: AC, D0 and 3D. RGB value is (172,208,61). Sum of RGB (Red+Green+Blue) = 172+208+61=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD03D is #532FC2. Grayscale: #B5B5B5. Windows color (decimal): -5451715 or 4051116. OLE color: 4051116.

HSL color Cylindrical-coordinate representation of color #ACD03D: hue angle of 74.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD03D is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 61 -
CMYK 0.17 0 0.71 0.18
HSL 74.69º 0.61% 0.53% -
HSV(B) 74.69º 0.71% 0.82% -
XYZ 40.41 54.22 12.75 -
YUV 180.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 172 208 61 0.17 0 0.71 0.18 74.69 0.61 0.53
Hex AC D0 3D 11 0 47 12 4B 3D 35
Octal 254 320 75 21 0 107 22 113 75 65
Binary 10101100 11010000 111101 10001 0 1000111 10010 1001011 111101 110101

Color Harmonies of #ACD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD03D

Black with #ACD03D

Text Example


Text Example

White with #ACD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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