#8BF14A

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

Shades of Atlantis #8BF14A

Tints of Atlantis #8BF14A

Color information

#8BF14A (or 0x8BF14A) is unknown color: approx Atlantis. HEX triplet: 8B, F1 and 4A. RGB value is (139,241,74). Sum of RGB (Red+Green+Blue) = 139+241+74=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF14A is #740EB5. Grayscale: #C0C0C0. Windows color (decimal): -7605942 or 4911499. OLE color: 4911499.

HSL color Cylindrical-coordinate representation of color #8BF14A: hue angle of 96.65º 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 #8BF14A is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB13924174-
CMYK0.4200.690.05
HSL96.65º85.64%61.76%-
HSV(B)96.65º69.29%94.51%-
XYZ43.3468.8917.49-
YUV191.4661.7190.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 241 (94.53% from 255) = 53.08%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=30.62%
G=53.08%
B=16.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal139241740.4200.690.0596.6585.6461.76
Hex8BF14A2A045561563e
Octal213361112520105514112676
Binary100010111111000110010101010100100010110111000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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