Html Css Color HEX #8CF249 Atlantis

📋 copy color: '#8CF249'

red 140 ◦ green 242 ◦ blue 73

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

Shades of Atlantis #8CF249

Tints of Atlantis #8CF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.19%

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

R = 30.77%
G = 53.19%
B = 16.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#8CF249 (or 0x8CF249) is known color: Atlantis. HEX triplet: 8C, F2 and 49. RGB value is (140,242,73). Sum of RGB (Red+Green+Blue) = 140+242+73=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF249 is #730DB6. Grayscale: #C0C0C0. Windows color (decimal): -7540151 or 4846220. OLE color: 4846220.

HSL color Cylindrical-coordinate representation of color #8CF249: hue angle of 96.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CF249 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 242 73 -
CMYK 0.42 0 0.70 0.05
HSL 96.21º 0.87% 0.62% -
HSV(B) 96.21º 0.7% 0.95% -
XYZ 43.77 69.56 17.42 -
YUV 192.24 60.71 90.74 -
System Red Green Blue C M Y K H S L
Decimal 140 242 73 0.42 0 0.70 0.05 96.21 0.87 0.62
Hex 8C F2 49 2A 0 46 5 60 57 3E
Octal 214 362 111 52 0 106 5 140 127 76
Binary 10001100 11110010 1001001 101010 0 1000110 101 1100000 1010111 111110

Color Harmonies of #8CF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF249

Black with #8CF249

Text Example


Text Example

White with #8CF249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,242,73); }

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

background-color css

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

 a { background-color: rgb(140,242,73); }

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

border-color css

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

 span { border-color: rgb(140,242,73); }

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