Html Css Color HEX #8BE346 Atlantis

📋 copy color: '#8BE346'

red 139 ◦ green 227 ◦ blue 70

#8BE346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8BE346

Tints of Atlantis #8BE346

RGB

 RED value IS 139 (54.69% from 255) = 31.88%

 GREEN value IS 227 (89.06% from 255) = 52.06%

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 31.88%
G = 52.06%
B = 16.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#8BE346 (or 0x8BE346) is known color: Atlantis. HEX triplet: 8B, E3 and 46. RGB value is (139,227,70). Sum of RGB (Red+Green+Blue) = 139+227+70=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE346 is #741CB9. Grayscale: #B7B7B7. Windows color (decimal): -7609530 or 4645771. OLE color: 4645771.

HSL color Cylindrical-coordinate representation of color #8BE346: hue angle of 93.63º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BE346 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 139 227 70 -
CMYK 0.39 0 0.69 0.11
HSL 93.63º 0.74% 0.58% -
HSV(B) 93.63º 0.69% 0.89% -
XYZ 39.22 60.87 15.48 -
YUV 182.79 64.35 96.77 -
System Red Green Blue C M Y K H S L
Decimal 139 227 70 0.39 0 0.69 0.11 93.63 0.74 0.58
Hex 8B E3 46 27 0 45 B 5E 4A 3A
Octal 213 343 106 47 0 105 13 136 112 72
Binary 10001011 11100011 1000110 100111 0 1000101 1011 1011110 1001010 111010

Color Harmonies of #8BE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE346

Black with #8BE346

Text Example


Text Example

White with #8BE346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,227,70); }

 H1.HeaderClassName
 {
   color: #8BE346;
 }
 .AnyTagClassName
 {
   color: #8BE346;
 }
</style>

background-color css

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

 a { background-color: rgb(139,227,70); }

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

border-color css

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

 span { border-color: rgb(139,227,70); }

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