#8fe634

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

Shades of Atlantis #8FE634

Tints of Atlantis #8FE634

Color information

#8FE634 (or 0x8FE634) is unknown color: approx Atlantis. HEX triplet: 8F, E6 and 34. RGB value is (143,230,52). Sum of RGB (Red+Green+Blue) = 143+230+52=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE634 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE634 is #7019CB. Grayscale: #B8B8B8. Windows color (decimal): -7346636 or 3466895. OLE color: 3466895.

HSL color Cylindrical-coordinate representation of color #8FE634: hue angle of 89.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FE634 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB14323052-
CMYK0.3800.770.10
HSL89.33º78.07%55.29%-
HSV(B)89.33º77.39%90.2%-
XYZ40.2462.6813.23-
YUV183.753.6898.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 230 (90.23% from 255) = 54.12%
BLUE value IS 52 (20.70% from 255) = 12.24%
R=33.65%
G=54.12%
B=12.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal143230520.3800.770.1089.3378.0755.29
Hex8FE6342604DA594e37
Octal217346644601151213111667
Binary100011111110011011010010011001001101101010110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fe634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,230,52); }

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

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

 a { background-color: rgb(143,230,52); }

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

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

 span { border-color: rgb(143,230,52); }

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