Html Css Color HEX #8CF13E Atlantis

📋 copy color: '#8CF13E'

red 140 ◦ green 241 ◦ blue 62

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

Shades of Atlantis #8CF13E

Tints of Atlantis #8CF13E

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 241 (94.53% from 255) = 54.4%

 BLUE value IS 62 (24.61% from 255) = 14%

R = 31.6%
G = 54.4%
B = 14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#8CF13E (or 0x8CF13E) is known color: Atlantis. HEX triplet: 8C, F1 and 3E. RGB value is (140,241,62). Sum of RGB (Red+Green+Blue) = 140+241+62=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF13E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF13E is #730EC1. Grayscale: #BFBFBF. Windows color (decimal): -7540418 or 4125068. OLE color: 4125068.

HSL color Cylindrical-coordinate representation of color #8CF13E: hue angle of 93.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CF13E is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 241 62 -
CMYK 0.42 0 0.74 0.05
HSL 93.85º 0.86% 0.59% -
HSV(B) 93.85º 0.74% 0.95% -
XYZ 43.14 68.83 15.57 -
YUV 190.4 55.54 92.05 -
System Red Green Blue C M Y K H S L
Decimal 140 241 62 0.42 0 0.74 0.05 93.85 0.86 0.59
Hex 8C F1 3E 2A 0 4A 5 5E 56 3B
Octal 214 361 76 52 0 112 5 136 126 73
Binary 10001100 11110001 111110 101010 0 1001010 101 1011110 1010110 111011

Color Harmonies of #8CF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF13E

Black with #8CF13E

Text Example


Text Example

White with #8CF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,241,62); }

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

background-color css

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

 a { background-color: rgb(140,241,62); }

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

border-color css

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

 span { border-color: rgb(140,241,62); }

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