Html Css Color HEX #ACD23F Atlantis

📋 copy color: '#ACD23F'

red 172 ◦ green 210 ◦ blue 63

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

Shades of Atlantis #ACD23F

Tints of Atlantis #ACD23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.16%

R = 38.65%
G = 47.19%
B = 14.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#ACD23F (or 0xACD23F) is known color: Atlantis. HEX triplet: AC, D2 and 3F. RGB value is (172,210,63). Sum of RGB (Red+Green+Blue) = 172+210+63=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD23F is #532DC0. Grayscale: #B6B6B6. Windows color (decimal): -5451201 or 4182700. OLE color: 4182700.

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

Color convert

RGB 172 210 63 -
CMYK 0.18 0 0.70 0.18
HSL 75.51º 0.62% 0.54% -
HSV(B) 75.51º 0.7% 0.82% -
XYZ 40.96 55.22 13.2 -
YUV 181.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 172 210 63 0.18 0 0.70 0.18 75.51 0.62 0.54
Hex AC D2 3F 12 0 46 12 4C 3E 36
Octal 254 322 77 22 0 106 22 114 76 66
Binary 10101100 11010010 111111 10010 0 1000110 10010 1001100 111110 110110

Color Harmonies of #ACD23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD23F

Black with #ACD23F

Text Example


Text Example

White with #ACD23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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