#88C141

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

Shades of Atlantis #88C141

Tints of Atlantis #88C141

Color information

#88C141 (or 0x88C141) is unknown color: approx Atlantis. HEX triplet: 88, C1 and 41. RGB value is (136,193,65). Sum of RGB (Red+Green+Blue) = 136+193+65=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #88C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C141 is #773EBE. Grayscale: #A1A1A1. Windows color (decimal): -7814847 or 4309384. OLE color: 4309384.

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

Color convert

RGB13619365-
CMYK0.3000.660.24
HSL86.72º50.79%50.59%-
HSV(B)86.72º66.32%75.69%-
XYZ30.1843.7611.86-
YUV161.3673.62109.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.52%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 65 (25.78% from 255) = 16.50%
R=34.52%
G=48.98%
B=16.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136193650.3000.660.2486.7250.7950.59
Hex88C1411E04218573333
Octal210301101360102301276363
Binary100010001100000110000011111001000010110001010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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