Html Css Color HEX #8FC448 Atlantis

📋 copy color: '#8FC448'

red 143 ◦ green 196 ◦ blue 72

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

Shades of Atlantis #8FC448

Tints of Atlantis #8FC448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 34.79%
G = 47.69%
B = 17.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#8FC448 (or 0x8FC448) is known color: Atlantis. HEX triplet: 8F, C4 and 48. RGB value is (143,196,72). Sum of RGB (Red+Green+Blue) = 143+196+72=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC448 is #703BB7. Grayscale: #A6A6A6. Windows color (decimal): -7355320 or 4768911. OLE color: 4768911.

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

Color convert

RGB 143 196 72 -
CMYK 0.27 0 0.63 0.23
HSL 85.65º 0.51% 0.53% -
HSV(B) 85.65º 0.63% 0.77% -
XYZ 32.24 45.79 13.27 -
YUV 166.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 143 196 72 0.27 0 0.63 0.23 85.65 0.51 0.53
Hex 8F C4 48 1B 0 3F 17 56 33 35
Octal 217 304 110 33 0 77 27 126 63 65
Binary 10001111 11000100 1001000 11011 0 111111 10111 1010110 110011 110101

Color Harmonies of #8FC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC448

Black with #8FC448

Text Example


Text Example

White with #8FC448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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