Html Css Color HEX #8EBF40 Atlantis

📋 copy color: '#8EBF40'

red 142 ◦ green 191 ◦ blue 64

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

Shades of Atlantis #8EBF40

Tints of Atlantis #8EBF40

RGB

 RED value IS 142 (55.86% from 255) = 35.77%

 GREEN value IS 191 (75% from 255) = 48.11%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 35.77%
G = 48.11%
B = 16.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#8EBF40 (or 0x8EBF40) is known color: Atlantis. HEX triplet: 8E, BF and 40. RGB value is (142,191,64). Sum of RGB (Red+Green+Blue) = 142+191+64=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBF40 is #7140BF. Grayscale: #A2A2A2. Windows color (decimal): -7422144 or 4243342. OLE color: 4243342.

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

Color convert

RGB 142 191 64 -
CMYK 0.26 0 0.66 0.25
HSL 83.15º 0.5% 0.5% -
HSV(B) 83.15º 0.66% 0.75% -
XYZ 30.71 43.38 11.61 -
YUV 161.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 142 191 64 0.26 0 0.66 0.25 83.15 0.5 0.5
Hex 8E BF 40 1A 0 42 19 53 32 32
Octal 216 277 100 32 0 102 31 123 62 62
Binary 10001110 10111111 1000000 11010 0 1000010 11001 1010011 110010 110010

Color Harmonies of #8EBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBF40

Black with #8EBF40

Text Example


Text Example

White with #8EBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,191,64); }

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

background-color css

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

 a { background-color: rgb(142,191,64); }

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

border-color css

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

 span { border-color: rgb(142,191,64); }

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