Html Css Color HEX #ACD23C Atlantis

📋 copy color: '#ACD23C'

red 172 ◦ green 210 ◦ blue 60

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

Shades of Atlantis #ACD23C

Tints of Atlantis #ACD23C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

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

R = 38.91%
G = 47.51%
B = 13.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#ACD23C (or 0xACD23C) is known color: Atlantis. HEX triplet: AC, D2 and 3C. RGB value is (172,210,60). Sum of RGB (Red+Green+Blue) = 172+210+60=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD23C is #532DC3. Grayscale: #B6B6B6. Windows color (decimal): -5451204 or 3986092. OLE color: 3986092.

HSL color Cylindrical-coordinate representation of color #ACD23C: hue angle of 75.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD23C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 60 -
CMYK 0.18 0 0.71 0.18
HSL 75.2º 0.63% 0.53% -
HSV(B) 75.2º 0.71% 0.82% -
XYZ 40.88 55.19 12.77 -
YUV 181.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 172 210 60 0.18 0 0.71 0.18 75.2 0.63 0.53
Hex AC D2 3C 12 0 47 12 4B 3E 35
Octal 254 322 74 22 0 107 22 113 76 65
Binary 10101100 11010010 111100 10010 0 1000111 10010 1001011 111110 110101

Color Harmonies of #ACD23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD23C

Black with #ACD23C

Text Example


Text Example

White with #ACD23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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