Html Css Color HEX #8CE648 Atlantis

📋 copy color: '#8CE648'

red 140 ◦ green 230 ◦ blue 72

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

Shades of Atlantis #8CE648

Tints of Atlantis #8CE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.04%

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 31.67%
G = 52.04%
B = 16.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#8CE648 (or 0x8CE648) is known color: Atlantis. HEX triplet: 8C, E6 and 48. RGB value is (140,230,72). Sum of RGB (Red+Green+Blue) = 140+230+72=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE648 is #7319B7. Grayscale: #B9B9B9. Windows color (decimal): -7543224 or 4777612. OLE color: 4777612.

HSL color Cylindrical-coordinate representation of color #8CE648: hue angle of 94.18º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CE648 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 230 72 -
CMYK 0.39 0 0.69 0.10
HSL 94.18º 0.76% 0.59% -
HSV(B) 94.18º 0.69% 0.9% -
XYZ 40.28 62.64 16.1 -
YUV 185.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 140 230 72 0.39 0 0.69 0.10 94.18 0.76 0.59
Hex 8C E6 48 27 0 45 A 5E 4C 3B
Octal 214 346 110 47 0 105 12 136 114 73
Binary 10001100 11100110 1001000 100111 0 1000101 1010 1011110 1001100 111011

Color Harmonies of #8CE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE648

Black with #8CE648

Text Example


Text Example

White with #8CE648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,230,72); }

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

background-color css

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

 a { background-color: rgb(140,230,72); }

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

border-color css

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

 span { border-color: rgb(140,230,72); }

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