Html Css Color HEX #8CE13D Atlantis

📋 copy color: '#8CE13D'

red 140 ◦ green 225 ◦ blue 61

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

Shades of Atlantis #8CE13D

Tints of Atlantis #8CE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.82%

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

R = 32.86%
G = 52.82%
B = 14.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#8CE13D (or 0x8CE13D) is known color: Atlantis. HEX triplet: 8C, E1 and 3D. RGB value is (140,225,61). Sum of RGB (Red+Green+Blue) = 140+225+61=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE13D is #731EC2. Grayscale: #B5B5B5. Windows color (decimal): -7544515 or 4055436. OLE color: 4055436.

HSL color Cylindrical-coordinate representation of color #8CE13D: hue angle of 91.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CE13D is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 225 61 -
CMYK 0.38 0 0.73 0.12
HSL 91.1º 0.73% 0.56% -
HSV(B) 91.1º 0.73% 0.88% -
XYZ 38.58 59.76 13.92 -
YUV 180.89 60.34 98.84 -
System Red Green Blue C M Y K H S L
Decimal 140 225 61 0.38 0 0.73 0.12 91.1 0.73 0.56
Hex 8C E1 3D 26 0 49 C 5B 49 38
Octal 214 341 75 46 0 111 14 133 111 70
Binary 10001100 11100001 111101 100110 0 1001001 1100 1011011 1001001 111000

Color Harmonies of #8CE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE13D

Black with #8CE13D

Text Example


Text Example

White with #8CE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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