Html Css Color HEX #8CE93D Atlantis

📋 copy color: '#8CE93D'

red 140 ◦ green 233 ◦ blue 61

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

Shades of Atlantis #8CE93D

Tints of Atlantis #8CE93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 32.26%
G = 53.69%
B = 14.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#8CE93D (or 0x8CE93D) is known color: Atlantis. HEX triplet: 8C, E9 and 3D. RGB value is (140,233,61). Sum of RGB (Red+Green+Blue) = 140+233+61=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE93D is #7316C2. Grayscale: #BABABA. Windows color (decimal): -7542467 or 4057484. OLE color: 4057484.

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

Color convert

RGB 140 233 61 -
CMYK 0.40 0 0.74 0.09
HSL 92.44º 0.8% 0.58% -
HSV(B) 92.44º 0.74% 0.91% -
XYZ 40.8 64.19 14.65 -
YUV 185.59 57.69 95.49 -
System Red Green Blue C M Y K H S L
Decimal 140 233 61 0.40 0 0.74 0.09 92.44 0.8 0.58
Hex 8C E9 3D 28 0 4A 9 5C 50 3A
Octal 214 351 75 50 0 112 11 134 120 72
Binary 10001100 11101001 111101 101000 0 1001010 1001 1011100 1010000 111010

Color Harmonies of #8CE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE93D

Black with #8CE93D

Text Example


Text Example

White with #8CE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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