Html Css Color HEX #ACDE30 Atlantis

📋 copy color: '#ACDE30'

red 172 ◦ green 222 ◦ blue 48

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

Shades of Atlantis #ACDE30

Tints of Atlantis #ACDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.23%

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

R = 38.91%
G = 50.23%
B = 10.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#ACDE30 (or 0xACDE30) is known color: Atlantis. HEX triplet: AC, DE and 30. RGB value is (172,222,48). Sum of RGB (Red+Green+Blue) = 172+222+48=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDE30 is #5321CF. Grayscale: #BBBBBB. Windows color (decimal): -5448144 or 3202732. OLE color: 3202732.

HSL color Cylindrical-coordinate representation of color #ACDE30: hue angle of 77.24º degrees, saturation: 0.73, 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 #ACDE30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 48 -
CMYK 0.23 0 0.78 0.13
HSL 77.24º 0.73% 0.53% -
HSV(B) 77.24º 0.78% 0.87% -
XYZ 43.67 61.23 12.31 -
YUV 187.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 172 222 48 0.23 0 0.78 0.13 77.24 0.73 0.53
Hex AC DE 30 17 0 4E D 4D 48 35
Octal 254 336 60 27 0 116 15 115 110 65
Binary 10101100 11011110 110000 10111 0 1001110 1101 1001101 1001000 110101

Color Harmonies of #ACDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE30

Black with #ACDE30

Text Example


Text Example

White with #ACDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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