Html Css Color HEX #8FC140 Atlantis

📋 copy color: '#8FC140'

red 143 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #8FC140

Tints of Atlantis #8FC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 64 (25.39% from 255) = 16%

R = 35.75%
G = 48.25%
B = 16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#8FC140 (or 0x8FC140) is known color: Atlantis. HEX triplet: 8F, C1 and 40. RGB value is (143,193,64). Sum of RGB (Red+Green+Blue) = 143+193+64=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC140 is #703EBF. Grayscale: #A3A3A3. Windows color (decimal): -7356096 or 4243855. OLE color: 4243855.

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

Color convert

RGB 143 193 64 -
CMYK 0.26 0 0.67 0.24
HSL 83.26º 0.51% 0.5% -
HSV(B) 83.26º 0.67% 0.76% -
XYZ 31.32 44.35 11.76 -
YUV 163.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 143 193 64 0.26 0 0.67 0.24 83.26 0.51 0.5
Hex 8F C1 40 1A 0 43 18 53 33 32
Octal 217 301 100 32 0 103 30 123 63 62
Binary 10001111 11000001 1000000 11010 0 1000011 11000 1010011 110011 110010

Color Harmonies of #8FC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC140

Black with #8FC140

Text Example


Text Example

White with #8FC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,193,64); }

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

background-color css

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

 a { background-color: rgb(143,193,64); }

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

border-color css

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

 span { border-color: rgb(143,193,64); }

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