Html Css Color HEX #8FBC3F Atlantis

📋 copy color: '#8FBC3F'

red 143 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #8FBC3F

Tints of Atlantis #8FBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 36.29%
G = 47.72%
B = 15.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#8FBC3F (or 0x8FBC3F) is known color: Atlantis. HEX triplet: 8F, BC and 3F. RGB value is (143,188,63). Sum of RGB (Red+Green+Blue) = 143+188+63=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC3F is #7043C0. Grayscale: #A0A0A0. Windows color (decimal): -7357377 or 4177039. OLE color: 4177039.

HSL color Cylindrical-coordinate representation of color #8FBC3F: hue angle of 81.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FBC3F is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 63 -
CMYK 0.24 0 0.66 0.26
HSL 81.6º 0.5% 0.49% -
HSV(B) 81.6º 0.66% 0.74% -
XYZ 30.21 42.16 11.25 -
YUV 160.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 143 188 63 0.24 0 0.66 0.26 81.6 0.5 0.49
Hex 8F BC 3F 18 0 42 1A 52 32 31
Octal 217 274 77 30 0 102 32 122 62 61
Binary 10001111 10111100 111111 11000 0 1000010 11010 1010010 110010 110001

Color Harmonies of #8FBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC3F

Black with #8FBC3F

Text Example


Text Example

White with #8FBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,63); }

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

background-color css

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

 a { background-color: rgb(143,188,63); }

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

border-color css

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

 span { border-color: rgb(143,188,63); }

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