Html Css Color HEX #ACDD33 Atlantis

📋 copy color: '#ACDD33'

red 172 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #ACDD33

Tints of Atlantis #ACDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 38.74%
G = 49.77%
B = 11.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#ACDD33 (or 0xACDD33) is known color: Atlantis. HEX triplet: AC, DD and 33. RGB value is (172,221,51). Sum of RGB (Red+Green+Blue) = 172+221+51=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD33 is #5322CC. Grayscale: #BBBBBB. Windows color (decimal): -5448397 or 3399084. OLE color: 3399084.

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

Color convert

RGB 172 221 51 -
CMYK 0.22 0 0.77 0.13
HSL 77.29º 0.71% 0.53% -
HSV(B) 77.29º 0.77% 0.87% -
XYZ 43.47 60.72 12.56 -
YUV 186.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 172 221 51 0.22 0 0.77 0.13 77.29 0.71 0.53
Hex AC DD 33 16 0 4D D 4D 47 35
Octal 254 335 63 26 0 115 15 115 107 65
Binary 10101100 11011101 110011 10110 0 1001101 1101 1001101 1000111 110101

Color Harmonies of #ACDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD33

Black with #ACDD33

Text Example


Text Example

White with #ACDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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