Html Css Color HEX #8FBE4A Atlantis

📋 copy color: '#8FBE4A'

red 143 ◦ green 190 ◦ blue 74

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

Shades of Atlantis #8FBE4A

Tints of Atlantis #8FBE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 35.14%
G = 46.68%
B = 18.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#8FBE4A (or 0x8FBE4A) is known color: Atlantis. HEX triplet: 8F, BE and 4A. RGB value is (143,190,74). Sum of RGB (Red+Green+Blue) = 143+190+74=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE4A is #7041B5. Grayscale: #A3A3A3. Windows color (decimal): -7356854 or 4898447. OLE color: 4898447.

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

Color convert

RGB 143 190 74 -
CMYK 0.25 0 0.61 0.25
HSL 84.31º 0.47% 0.52% -
HSV(B) 84.31º 0.61% 0.75% -
XYZ 30.98 43.16 13.18 -
YUV 162.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 143 190 74 0.25 0 0.61 0.25 84.31 0.47 0.52
Hex 8F BE 4A 19 0 3D 19 54 2F 34
Octal 217 276 112 31 0 75 31 124 57 64
Binary 10001111 10111110 1001010 11001 0 111101 11001 1010100 101111 110100

Color Harmonies of #8FBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE4A

Black with #8FBE4A

Text Example


Text Example

White with #8FBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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