Html Css Color HEX #8FC441 Atlantis

📋 copy color: '#8FC441'

red 143 ◦ green 196 ◦ blue 65

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

Shades of Atlantis #8FC441

Tints of Atlantis #8FC441

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.51%

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 35.4%
G = 48.51%
B = 16.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#8FC441 (or 0x8FC441) is known color: Atlantis. HEX triplet: 8F, C4 and 41. RGB value is (143,196,65). Sum of RGB (Red+Green+Blue) = 143+196+65=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC441 is #703BBE. Grayscale: #A5A5A5. Windows color (decimal): -7355327 or 4310159. OLE color: 4310159.

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

Color convert

RGB 143 196 65 -
CMYK 0.27 0 0.67 0.23
HSL 84.27º 0.53% 0.51% -
HSV(B) 84.27º 0.67% 0.77% -
XYZ 32.02 45.7 12.13 -
YUV 165.22 71.44 112.15 -
System Red Green Blue C M Y K H S L
Decimal 143 196 65 0.27 0 0.67 0.23 84.27 0.53 0.51
Hex 8F C4 41 1B 0 43 17 54 35 33
Octal 217 304 101 33 0 103 27 124 65 63
Binary 10001111 11000100 1000001 11011 0 1000011 10111 1010100 110101 110011

Color Harmonies of #8FC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC441

Black with #8FC441

Text Example


Text Example

White with #8FC441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,196,65); }

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

background-color css

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

 a { background-color: rgb(143,196,65); }

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

border-color css

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

 span { border-color: rgb(143,196,65); }

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