Html Css Color HEX #8FBE46 Atlantis

📋 copy color: '#8FBE46'

red 143 ◦ green 190 ◦ blue 70

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

Shades of Atlantis #8FBE46

Tints of Atlantis #8FBE46

RGB

 RED value IS 143 (56.25% from 255) = 35.48%

 GREEN value IS 190 (74.61% from 255) = 47.15%

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

R = 35.48%
G = 47.15%
B = 17.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#8FBE46 (or 0x8FBE46) is known color: Atlantis. HEX triplet: 8F, BE and 46. RGB value is (143,190,70). Sum of RGB (Red+Green+Blue) = 143+190+70=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE46 is #7041B9. Grayscale: #A2A2A2. Windows color (decimal): -7356858 or 4636303. OLE color: 4636303.

HSL color Cylindrical-coordinate representation of color #8FBE46: hue angle of 83.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FBE46 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 190 70 -
CMYK 0.25 0 0.63 0.25
HSL 83.5º 0.48% 0.51% -
HSV(B) 83.5º 0.63% 0.75% -
XYZ 30.85 43.11 12.49 -
YUV 162.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 143 190 70 0.25 0 0.63 0.25 83.5 0.48 0.51
Hex 8F BE 46 19 0 3F 19 54 30 33
Octal 217 276 106 31 0 77 31 124 60 63
Binary 10001111 10111110 1000110 11001 0 111111 11001 1010100 110000 110011

Color Harmonies of #8FBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE46

Black with #8FBE46

Text Example


Text Example

White with #8FBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,190,70); }

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

background-color css

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

 a { background-color: rgb(143,190,70); }

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

border-color css

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

 span { border-color: rgb(143,190,70); }

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