Html Css Color HEX #8FBE42 Atlantis

📋 copy color: '#8FBE42'

red 143 ◦ green 190 ◦ blue 66

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

Shades of Atlantis #8FBE42

Tints of Atlantis #8FBE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 35.84%
G = 47.62%
B = 16.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#8FBE42 (or 0x8FBE42) is known color: Atlantis. HEX triplet: 8F, BE and 42. RGB value is (143,190,66). Sum of RGB (Red+Green+Blue) = 143+190+66=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE42 is #7041BD. Grayscale: #A2A2A2. Windows color (decimal): -7356862 or 4374159. OLE color: 4374159.

HSL color Cylindrical-coordinate representation of color #8FBE42: hue angle of 82.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FBE42 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 190 66 -
CMYK 0.25 0 0.65 0.25
HSL 82.74º 0.49% 0.5% -
HSV(B) 82.74º 0.65% 0.75% -
XYZ 30.72 43.06 11.85 -
YUV 161.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 143 190 66 0.25 0 0.65 0.25 82.74 0.49 0.5
Hex 8F BE 42 19 0 41 19 53 31 32
Octal 217 276 102 31 0 101 31 123 61 62
Binary 10001111 10111110 1000010 11001 0 1000001 11001 1010011 110001 110010

Color Harmonies of #8FBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE42

Black with #8FBE42

Text Example


Text Example

White with #8FBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,190,66); }

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

background-color css

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

 a { background-color: rgb(143,190,66); }

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

border-color css

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

 span { border-color: rgb(143,190,66); }

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