Html Css Color HEX #8FC340 Atlantis

📋 copy color: '#8FC340'

red 143 ◦ green 195 ◦ blue 64

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

Shades of Atlantis #8FC340

Tints of Atlantis #8FC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 35.57%
G = 48.51%
B = 15.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#8FC340 (or 0x8FC340) is known color: Atlantis. HEX triplet: 8F, C3 and 40. RGB value is (143,195,64). Sum of RGB (Red+Green+Blue) = 143+195+64=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC340 is #703CBF. Grayscale: #A4A4A4. Windows color (decimal): -7355584 or 4244367. OLE color: 4244367.

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

Color convert

RGB 143 195 64 -
CMYK 0.27 0 0.67 0.24
HSL 83.82º 0.52% 0.51% -
HSV(B) 83.82º 0.67% 0.76% -
XYZ 31.77 45.24 11.91 -
YUV 164.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 143 195 64 0.27 0 0.67 0.24 83.82 0.52 0.51
Hex 8F C3 40 1B 0 43 18 54 34 33
Octal 217 303 100 33 0 103 30 124 64 63
Binary 10001111 11000011 1000000 11011 0 1000011 11000 1010100 110100 110011

Color Harmonies of #8FC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC340

Black with #8FC340

Text Example


Text Example

White with #8FC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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