Html Css Color HEX #ACDA3C Atlantis

📋 copy color: '#ACDA3C'

red 172 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #ACDA3C

Tints of Atlantis #ACDA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 38.22%
G = 48.44%
B = 13.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#ACDA3C (or 0xACDA3C) is known color: Atlantis. HEX triplet: AC, DA and 3C. RGB value is (172,218,60). Sum of RGB (Red+Green+Blue) = 172+218+60=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA3C is #5325C3. Grayscale: #BABABA. Windows color (decimal): -5449156 or 3988140. OLE color: 3988140.

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

Color convert

RGB 172 218 60 -
CMYK 0.21 0 0.72 0.15
HSL 77.47º 0.68% 0.55% -
HSV(B) 77.47º 0.72% 0.85% -
XYZ 42.9 59.24 13.45 -
YUV 186.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 172 218 60 0.21 0 0.72 0.15 77.47 0.68 0.55
Hex AC DA 3C 15 0 48 F 4D 44 37
Octal 254 332 74 25 0 110 17 115 104 67
Binary 10101100 11011010 111100 10101 0 1001000 1111 1001101 1000100 110111

Color Harmonies of #ACDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA3C

Black with #ACDA3C

Text Example


Text Example

White with #ACDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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