Html Css Color HEX #ACD93B Atlantis

📋 copy color: '#ACD93B'

red 172 ◦ green 217 ◦ blue 59

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

Shades of Atlantis #ACD93B

Tints of Atlantis #ACD93B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.44%

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 38.39%
G = 48.44%
B = 13.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#ACD93B (or 0xACD93B) is known color: Atlantis. HEX triplet: AC, D9 and 3B. RGB value is (172,217,59). Sum of RGB (Red+Green+Blue) = 172+217+59=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD93B is #5326C4. Grayscale: #BABABA. Windows color (decimal): -5449413 or 3922348. OLE color: 3922348.

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

Color convert

RGB 172 217 59 -
CMYK 0.21 0 0.73 0.15
HSL 77.09º 0.68% 0.54% -
HSV(B) 77.09º 0.73% 0.85% -
XYZ 42.62 58.71 13.22 -
YUV 185.53 56.59 118.35 -
System Red Green Blue C M Y K H S L
Decimal 172 217 59 0.21 0 0.73 0.15 77.09 0.68 0.54
Hex AC D9 3B 15 0 49 F 4D 44 36
Octal 254 331 73 25 0 111 17 115 104 66
Binary 10101100 11011001 111011 10101 0 1001001 1111 1001101 1000100 110110

Color Harmonies of #ACD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD93B

Black with #ACD93B

Text Example


Text Example

White with #ACD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD93B; }

 p { color: rgb(172,217,59); }

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

background-color css

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

 a { background-color: rgb(172,217,59); }

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

border-color css

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

 span { border-color: rgb(172,217,59); }

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