#88C140

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

Shades of Atlantis #88C140

Tints of Atlantis #88C140

Color information

#88C140 (or 0x88C140) is unknown color: approx Atlantis. HEX triplet: 88, C1 and 40. RGB value is (136,193,64). Sum of RGB (Red+Green+Blue) = 136+193+64=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #88C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C140 is #773EBF. Grayscale: #A1A1A1. Windows color (decimal): -7814848 or 4243848. OLE color: 4243848.

HSL color Cylindrical-coordinate representation of color #88C140: hue angle of 86.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88C140 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB13619364-
CMYK0.3000.670.24
HSL86.51º50.99%50.39%-
HSV(B)86.51º66.84%75.69%-
XYZ30.1543.7411.7-
YUV161.2573.12109.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 193 (75.78% from 255) = 49.11%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=34.61%
G=49.11%
B=16.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136193640.3000.670.2486.5150.9950.39
Hex88C1401E04318573332
Octal210301100360103301276362
Binary100010001100000110000001111001000011110001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88C140; }

 p { color: rgb(136,193,64); }

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

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

 a { background-color: rgb(136,193,64); }

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

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

 span { border-color: rgb(136,193,64); }

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