Html Css Color HEX #ACDD3D Atlantis

📋 copy color: '#ACDD3D'

red 172 ◦ green 221 ◦ blue 61

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

Shades of Atlantis #ACDD3D

Tints of Atlantis #ACDD3D

RGB

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

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

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

R = 37.89%
G = 48.68%
B = 13.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#ACDD3D (or 0xACDD3D) is known color: Atlantis. HEX triplet: AC, DD and 3D. RGB value is (172,221,61). Sum of RGB (Red+Green+Blue) = 172+221+61=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD3D is #5322C2. Grayscale: #BCBCBC. Windows color (decimal): -5448387 or 4054444. OLE color: 4054444.

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

Color convert

RGB 172 221 61 -
CMYK 0.22 0 0.72 0.13
HSL 78.38º 0.7% 0.55% -
HSV(B) 78.38º 0.72% 0.87% -
XYZ 43.71 60.82 13.85 -
YUV 188.11 56.27 116.51 -
System Red Green Blue C M Y K H S L
Decimal 172 221 61 0.22 0 0.72 0.13 78.38 0.7 0.55
Hex AC DD 3D 16 0 48 D 4E 46 37
Octal 254 335 75 26 0 110 15 116 106 67
Binary 10101100 11011101 111101 10110 0 1001000 1101 1001110 1000110 110111

Color Harmonies of #ACDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD3D

Black with #ACDD3D

Text Example


Text Example

White with #ACDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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