#8CD248

Color #8CD248 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8CD248

Tints of Atlantis #8CD248

Color information

#8CD248 (or 0x8CD248) is unknown color: approx Atlantis. HEX triplet: 8C, D2 and 48. RGB value is (140,210,72). Sum of RGB (Red+Green+Blue) = 140+210+72=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD248 is #732DB7. Grayscale: #ADADAD. Windows color (decimal): -7548344 or 4772492. OLE color: 4772492.

HSL color Cylindrical-coordinate representation of color #8CD248: hue angle of 90.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CD248 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB14021072-
CMYK0.3300.660.18
HSL90.43º60.53%55.29%-
HSV(B)90.43º65.71%82.35%-
XYZ35.0352.1414.35-
YUV173.3470.81104.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 210 (82.42% from 255) = 49.76%
BLUE value IS 72 (28.52% from 255) = 17.06%
R=33.18%
G=49.76%
B=17.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140210720.3300.660.1890.4360.5355.29
Hex8CD24821042125a3d37
Octal214322110410102221327567
Binary1000110011010010100100010000101000010100101011010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,72); }

 H1.HeaderClassName
 {
   color: #8CD248;
 }
 .AnyTagClassName
 {
   color: #8CD248;
 }
</style>
background-color css

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

 a { background-color: rgb(140,210,72); }

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

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

 span { border-color: rgb(140,210,72); }

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