Html Css Color HEX #ACDA30 Atlantis

📋 copy color: '#ACDA30'

red 172 ◦ green 218 ◦ blue 48

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

Shades of Atlantis #ACDA30

Tints of Atlantis #ACDA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

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

R = 39.27%
G = 49.77%
B = 10.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#ACDA30 (or 0xACDA30) is known color: Atlantis. HEX triplet: AC, DA and 30. RGB value is (172,218,48). Sum of RGB (Red+Green+Blue) = 172+218+48=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA30 is #5325CF. Grayscale: #B9B9B9. Windows color (decimal): -5449168 or 3201708. OLE color: 3201708.

HSL color Cylindrical-coordinate representation of color #ACDA30: hue angle of 76.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDA30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 48 -
CMYK 0.21 0 0.78 0.15
HSL 76.24º 0.7% 0.52% -
HSV(B) 76.24º 0.78% 0.85% -
XYZ 42.62 59.13 11.96 -
YUV 184.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 172 218 48 0.21 0 0.78 0.15 76.24 0.7 0.52
Hex AC DA 30 15 0 4E F 4C 46 34
Octal 254 332 60 25 0 116 17 114 106 64
Binary 10101100 11011010 110000 10101 0 1001110 1111 1001100 1000110 110100

Color Harmonies of #ACDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA30

Black with #ACDA30

Text Example


Text Example

White with #ACDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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