Html Css Color HEX #ACD636 Atlantis

📋 copy color: '#ACD636'

red 172 ◦ green 214 ◦ blue 54

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

Shades of Atlantis #ACD636

Tints of Atlantis #ACD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.64%

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 39.09%
G = 48.64%
B = 12.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#ACD636 (or 0xACD636) is known color: Atlantis. HEX triplet: AC, D6 and 36. RGB value is (172,214,54). Sum of RGB (Red+Green+Blue) = 172+214+54=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD636 is #5329C9. Grayscale: #B7B7B7. Windows color (decimal): -5450186 or 3593900. OLE color: 3593900.

HSL color Cylindrical-coordinate representation of color #ACD636: hue angle of 75.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD636 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 54 -
CMYK 0.20 0 0.75 0.16
HSL 75.75º 0.66% 0.53% -
HSV(B) 75.75º 0.75% 0.84% -
XYZ 41.73 57.13 12.32 -
YUV 183.2 55.09 120.01 -
System Red Green Blue C M Y K H S L
Decimal 172 214 54 0.20 0 0.75 0.16 75.75 0.66 0.53
Hex AC D6 36 14 0 4B 10 4C 42 35
Octal 254 326 66 24 0 113 20 114 102 65
Binary 10101100 11010110 110110 10100 0 1001011 10000 1001100 1000010 110101

Color Harmonies of #ACD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD636

Black with #ACD636

Text Example


Text Example

White with #ACD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD636; }

 p { color: rgb(172,214,54); }

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

background-color css

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

 a { background-color: rgb(172,214,54); }

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

border-color css

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

 span { border-color: rgb(172,214,54); }

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