Html Css Color HEX #8FCB49 Atlantis

📋 copy color: '#8FCB49'

red 143 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #8FCB49

Tints of Atlantis #8FCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.45%

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 34.13%
G = 48.45%
B = 17.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#8FCB49 (or 0x8FCB49) is known color: Atlantis. HEX triplet: 8F, CB and 49. RGB value is (143,203,73). Sum of RGB (Red+Green+Blue) = 143+203+73=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCB49 is #7034B6. Grayscale: #AAAAAA. Windows color (decimal): -7353527 or 4836239. OLE color: 4836239.

HSL color Cylindrical-coordinate representation of color #8FCB49: hue angle of 87.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FCB49 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 73 -
CMYK 0.30 0 0.64 0.20
HSL 87.69º 0.56% 0.54% -
HSV(B) 87.69º 0.64% 0.8% -
XYZ 33.89 49.03 13.98 -
YUV 170.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 143 203 73 0.30 0 0.64 0.20 87.69 0.56 0.54
Hex 8F CB 49 1E 0 40 14 58 38 36
Octal 217 313 111 36 0 100 24 130 70 66
Binary 10001111 11001011 1001001 11110 0 1000000 10100 1011000 111000 110110

Color Harmonies of #8FCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCB49

Black with #8FCB49

Text Example


Text Example

White with #8FCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,73); }

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

background-color css

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

 a { background-color: rgb(143,203,73); }

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

border-color css

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

 span { border-color: rgb(143,203,73); }

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