#8CC748

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

Shades of Atlantis #8CC748

Tints of Atlantis #8CC748

Color information

#8CC748 (or 0x8CC748) is unknown color: approx Atlantis. HEX triplet: 8C, C7 and 48. RGB value is (140,199,72). Sum of RGB (Red+Green+Blue) = 140+199+72=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC748 is #7338B7. Grayscale: #A7A7A7. Windows color (decimal): -7551160 or 4769676. OLE color: 4769676.

HSL color Cylindrical-coordinate representation of color #8CC748: hue angle of 87.87º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CC748 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB14019972-
CMYK0.3000.640.22
HSL87.87º53.14%53.14%-
HSV(B)87.87º63.82%78.04%-
XYZ32.4146.8913.47-
YUV166.8874.45108.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.06%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=34.06%
G=48.42%
B=17.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140199720.3000.640.2287.8753.1453.14
Hex8CC7481E04016583535
Octal214307110360100261306565
Binary100011001100011110010001111001000000101101011000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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