#88F14A

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

Shades of Atlantis #88F14A

Tints of Atlantis #88F14A

Color information

#88F14A (or 0x88F14A) is unknown color: approx Atlantis. HEX triplet: 88, F1 and 4A. RGB value is (136,241,74). Sum of RGB (Red+Green+Blue) = 136+241+74=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #88F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F14A is #770EB5. Grayscale: #BFBFBF. Windows color (decimal): -7802550 or 4911496. OLE color: 4911496.

HSL color Cylindrical-coordinate representation of color #88F14A: hue angle of 97.72º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88F14A is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB13624174-
CMYK0.4400.690.05
HSL97.72º85.64%61.76%-
HSV(B)97.72º69.29%94.51%-
XYZ42.8468.6417.47-
YUV190.5762.2189.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 241 (94.53% from 255) = 53.44%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=30.16%
G=53.44%
B=16.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136241740.4400.690.0597.7285.6461.76
Hex88F14A2C045562563e
Octal210361112540105514212676
Binary100010001111000110010101011000100010110111000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,241,74); }

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

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

 a { background-color: rgb(136,241,74); }

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

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

 span { border-color: rgb(136,241,74); }

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