Html Css Color HEX #8CE94F Atlantis

📋 copy color: '#8CE94F'

red 140 ◦ green 233 ◦ blue 79

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

Shades of Atlantis #8CE94F

Tints of Atlantis #8CE94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.55%

 BLUE value IS 79 (31.25% from 255) = 17.48%

R = 30.97%
G = 51.55%
B = 17.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#8CE94F (or 0x8CE94F) is known color: Atlantis. HEX triplet: 8C, E9 and 4F. RGB value is (140,233,79). Sum of RGB (Red+Green+Blue) = 140+233+79=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE94F is #7316B0. Grayscale: #BCBCBC. Windows color (decimal): -7542449 or 5237132. OLE color: 5237132.

HSL color Cylindrical-coordinate representation of color #8CE94F: hue angle of 96.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE94F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 79 -
CMYK 0.40 0 0.66 0.09
HSL 96.23º 0.78% 0.61% -
HSV(B) 96.23º 0.66% 0.91% -
XYZ 41.37 64.42 17.65 -
YUV 187.64 66.69 94.02 -
System Red Green Blue C M Y K H S L
Decimal 140 233 79 0.40 0 0.66 0.09 96.23 0.78 0.61
Hex 8C E9 4F 28 0 42 9 60 4E 3D
Octal 214 351 117 50 0 102 11 140 116 75
Binary 10001100 11101001 1001111 101000 0 1000010 1001 1100000 1001110 111101

Color Harmonies of #8CE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE94F

Black with #8CE94F

Text Example


Text Example

White with #8CE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,233,79); }

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

background-color css

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

 a { background-color: rgb(140,233,79); }

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

border-color css

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

 span { border-color: rgb(140,233,79); }

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