Html Css Color HEX #ACD238 Atlantis

📋 copy color: '#ACD238'

red 172 ◦ green 210 ◦ blue 56

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

Shades of Atlantis #ACD238

Tints of Atlantis #ACD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.95%

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

R = 39.27%
G = 47.95%
B = 12.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#ACD238 (or 0xACD238) is known color: Atlantis. HEX triplet: AC, D2 and 38. RGB value is (172,210,56). Sum of RGB (Red+Green+Blue) = 172+210+56=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD238 is #532DC7. Grayscale: #B5B5B5. Windows color (decimal): -5451208 or 3723948. OLE color: 3723948.

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

Color convert

RGB 172 210 56 -
CMYK 0.18 0 0.73 0.18
HSL 74.81º 0.63% 0.52% -
HSV(B) 74.81º 0.73% 0.82% -
XYZ 40.77 55.15 12.24 -
YUV 181.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 172 210 56 0.18 0 0.73 0.18 74.81 0.63 0.52
Hex AC D2 38 12 0 49 12 4B 3F 34
Octal 254 322 70 22 0 111 22 113 77 64
Binary 10101100 11010010 111000 10010 0 1001001 10010 1001011 111111 110100

Color Harmonies of #ACD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD238

Black with #ACD238

Text Example


Text Example

White with #ACD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD238; }

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

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

background-color css

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

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

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

border-color css

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

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

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