Html Css Color HEX #8DC248 Atlantis

📋 copy color: '#8DC248'

red 141 ◦ green 194 ◦ blue 72

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

Shades of Atlantis #8DC248

Tints of Atlantis #8DC248

RGB

 RED value IS 141 (55.47% from 255) = 34.64%

 GREEN value IS 194 (76.17% from 255) = 47.67%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 34.64%
G = 47.67%
B = 17.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8DC248 (or 0x8DC248) is known color: Atlantis. HEX triplet: 8D, C2 and 48. RGB value is (141,194,72). Sum of RGB (Red+Green+Blue) = 141+194+72=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC248 is #723DB7. Grayscale: #A4A4A4. Windows color (decimal): -7486904 or 4768397. OLE color: 4768397.

HSL color Cylindrical-coordinate representation of color #8DC248: hue angle of 86.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DC248 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 194 72 -
CMYK 0.27 0 0.63 0.24
HSL 86.07º 0.5% 0.52% -
HSV(B) 86.07º 0.63% 0.76% -
XYZ 31.45 44.71 13.1 -
YUV 164.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 141 194 72 0.27 0 0.63 0.24 86.07 0.5 0.52
Hex 8D C2 48 1B 0 3F 18 56 32 34
Octal 215 302 110 33 0 77 30 126 62 64
Binary 10001101 11000010 1001000 11011 0 111111 11000 1010110 110010 110100

Color Harmonies of #8DC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC248

Black with #8DC248

Text Example


Text Example

White with #8DC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC248; }

 p { color: rgb(141,194,72); }

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

background-color css

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

 a { background-color: rgb(141,194,72); }

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

border-color css

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

 span { border-color: rgb(141,194,72); }

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