Html Css Color HEX #ACDD30 Atlantis

📋 copy color: '#ACDD30'

red 172 ◦ green 221 ◦ blue 48

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

Shades of Atlantis #ACDD30

Tints of Atlantis #ACDD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 39%
G = 50.11%
B = 10.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#ACDD30 (or 0xACDD30) is known color: Atlantis. HEX triplet: AC, DD and 30. RGB value is (172,221,48). Sum of RGB (Red+Green+Blue) = 172+221+48=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD30 is #5322CF. Grayscale: #BBBBBB. Windows color (decimal): -5448400 or 3202476. OLE color: 3202476.

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

Color convert

RGB 172 221 48 -
CMYK 0.22 0 0.78 0.13
HSL 76.99º 0.72% 0.53% -
HSV(B) 76.99º 0.78% 0.87% -
XYZ 43.4 60.7 12.22 -
YUV 186.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 172 221 48 0.22 0 0.78 0.13 76.99 0.72 0.53
Hex AC DD 30 16 0 4E D 4D 48 35
Octal 254 335 60 26 0 116 15 115 110 65
Binary 10101100 11011101 110000 10110 0 1001110 1101 1001101 1001000 110101

Color Harmonies of #ACDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD30

Black with #ACDD30

Text Example


Text Example

White with #ACDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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