Html Css Color HEX #8FBC48 Atlantis

📋 copy color: '#8FBC48'

red 143 ◦ green 188 ◦ blue 72

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

Shades of Atlantis #8FBC48

Tints of Atlantis #8FBC48

RGB

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

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

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

R = 35.48%
G = 46.65%
B = 17.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#8FBC48 (or 0x8FBC48) is known color: Atlantis. HEX triplet: 8F, BC and 48. RGB value is (143,188,72). Sum of RGB (Red+Green+Blue) = 143+188+72=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC48 is #7043B7. Grayscale: #A1A1A1. Windows color (decimal): -7357368 or 4766863. OLE color: 4766863.

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

Color convert

RGB 143 188 72 -
CMYK 0.24 0 0.62 0.26
HSL 83.28º 0.46% 0.51% -
HSV(B) 83.28º 0.62% 0.74% -
XYZ 30.48 42.27 12.68 -
YUV 161.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 143 188 72 0.24 0 0.62 0.26 83.28 0.46 0.51
Hex 8F BC 48 18 0 3E 1A 53 2E 33
Octal 217 274 110 30 0 76 32 123 56 63
Binary 10001111 10111100 1001000 11000 0 111110 11010 1010011 101110 110011

Color Harmonies of #8FBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC48

Black with #8FBC48

Text Example


Text Example

White with #8FBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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