Html Css Color HEX #ACD338 Atlantis

📋 copy color: '#ACD338'

red 172 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #ACD338

Tints of Atlantis #ACD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.06%

 BLUE value IS 56 (22.27% from 255) = 12.76%

R = 39.18%
G = 48.06%
B = 12.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#ACD338 (or 0xACD338) is known color: Atlantis. HEX triplet: AC, D3 and 38. RGB value is (172,211,56). Sum of RGB (Red+Green+Blue) = 172+211+56=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD338 is #532CC7. Grayscale: #B6B6B6. Windows color (decimal): -5450952 or 3724204. OLE color: 3724204.

HSL color Cylindrical-coordinate representation of color #ACD338: hue angle of 75.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD338 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 56 -
CMYK 0.18 0 0.73 0.17
HSL 75.1º 0.64% 0.52% -
HSV(B) 75.1º 0.73% 0.83% -
XYZ 41.02 55.64 12.32 -
YUV 181.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 172 211 56 0.18 0 0.73 0.17 75.1 0.64 0.52
Hex AC D3 38 12 0 49 11 4B 40 34
Octal 254 323 70 22 0 111 21 113 100 64
Binary 10101100 11010011 111000 10010 0 1001001 10001 1001011 1000000 110100

Color Harmonies of #ACD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD338

Black with #ACD338

Text Example


Text Example

White with #ACD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD338; }

 p { color: rgb(172,211,56); }

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

background-color css

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

 a { background-color: rgb(172,211,56); }

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

border-color css

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

 span { border-color: rgb(172,211,56); }

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