Html Css Color HEX #ACD83D Atlantis

📋 copy color: '#ACD83D'

red 172 ◦ green 216 ◦ blue 61

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

Shades of Atlantis #ACD83D

Tints of Atlantis #ACD83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 38.31%
G = 48.11%
B = 13.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#ACD83D (or 0xACD83D) is known color: Atlantis. HEX triplet: AC, D8 and 3D. RGB value is (172,216,61). Sum of RGB (Red+Green+Blue) = 172+216+61=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD83D is #5327C2. Grayscale: #B9B9B9. Windows color (decimal): -5449667 or 4053164. OLE color: 4053164.

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

Color convert

RGB 172 216 61 -
CMYK 0.20 0 0.72 0.15
HSL 77.03º 0.67% 0.54% -
HSV(B) 77.03º 0.72% 0.85% -
XYZ 42.41 58.22 13.42 -
YUV 185.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 172 216 61 0.20 0 0.72 0.15 77.03 0.67 0.54
Hex AC D8 3D 14 0 48 F 4D 43 36
Octal 254 330 75 24 0 110 17 115 103 66
Binary 10101100 11011000 111101 10100 0 1001000 1111 1001101 1000011 110110

Color Harmonies of #ACD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD83D

Black with #ACD83D

Text Example


Text Example

White with #ACD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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