Html Css Color HEX #ACDD39 Atlantis

📋 copy color: '#ACDD39'

red 172 ◦ green 221 ◦ blue 57

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

Shades of Atlantis #ACDD39

Tints of Atlantis #ACDD39

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.11%

 BLUE value IS 57 (22.66% from 255) = 12.67%

R = 38.22%
G = 49.11%
B = 12.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#ACDD39 (or 0xACDD39) is known color: Atlantis. HEX triplet: AC, DD and 39. RGB value is (172,221,57). Sum of RGB (Red+Green+Blue) = 172+221+57=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD39 is #5322C6. Grayscale: #BCBCBC. Windows color (decimal): -5448391 or 3792300. OLE color: 3792300.

HSL color Cylindrical-coordinate representation of color #ACDD39: hue angle of 77.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACDD39 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 57 -
CMYK 0.22 0 0.74 0.13
HSL 77.93º 0.71% 0.55% -
HSV(B) 77.93º 0.74% 0.87% -
XYZ 43.61 60.78 13.3 -
YUV 187.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 172 221 57 0.22 0 0.74 0.13 77.93 0.71 0.55
Hex AC DD 39 16 0 4A D 4E 47 37
Octal 254 335 71 26 0 112 15 116 107 67
Binary 10101100 11011101 111001 10110 0 1001010 1101 1001110 1000111 110111

Color Harmonies of #ACDD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD39

Black with #ACDD39

Text Example


Text Example

White with #ACDD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD39; }

 p { color: rgb(172,221,57); }

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

background-color css

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

 a { background-color: rgb(172,221,57); }

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

border-color css

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

 span { border-color: rgb(172,221,57); }

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