Html Css Color HEX #ACD832 Atlantis

📋 copy color: '#ACD832'

red 172 ◦ green 216 ◦ blue 50

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

Shades of Atlantis #ACD832

Tints of Atlantis #ACD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 39.27%
G = 49.32%
B = 11.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ACD832 (or 0xACD832) is known color: Atlantis. HEX triplet: AC, D8 and 32. RGB value is (172,216,50). Sum of RGB (Red+Green+Blue) = 172+216+50=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD832 is #5327CD. Grayscale: #B8B8B8. Windows color (decimal): -5449678 or 3332268. OLE color: 3332268.

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

Color convert

RGB 172 216 50 -
CMYK 0.20 0 0.77 0.15
HSL 75.9º 0.68% 0.52% -
HSV(B) 75.9º 0.77% 0.85% -
XYZ 42.14 58.11 12.01 -
YUV 183.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 172 216 50 0.20 0 0.77 0.15 75.9 0.68 0.52
Hex AC D8 32 14 0 4D F 4C 44 34
Octal 254 330 62 24 0 115 17 114 104 64
Binary 10101100 11011000 110010 10100 0 1001101 1111 1001100 1000100 110100

Color Harmonies of #ACD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD832

Black with #ACD832

Text Example


Text Example

White with #ACD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD832; }

 p { color: rgb(172,216,50); }

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

background-color css

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

 a { background-color: rgb(172,216,50); }

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

border-color css

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

 span { border-color: rgb(172,216,50); }

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