Html Css Color HEX #8CEA48 Atlantis

📋 copy color: '#8CEA48'

red 140 ◦ green 234 ◦ blue 72

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

Shades of Atlantis #8CEA48

Tints of Atlantis #8CEA48

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.47%

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

R = 31.39%
G = 52.47%
B = 16.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#8CEA48 (or 0x8CEA48) is known color: Atlantis. HEX triplet: 8C, EA and 48. RGB value is (140,234,72). Sum of RGB (Red+Green+Blue) = 140+234+72=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEA48 is #7315B7. Grayscale: #BBBBBB. Windows color (decimal): -7542200 or 4778636. OLE color: 4778636.

HSL color Cylindrical-coordinate representation of color #8CEA48: hue angle of 94.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEA48 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 234 72 -
CMYK 0.40 0 0.69 0.08
HSL 94.81º 0.79% 0.6% -
HSV(B) 94.81º 0.69% 0.92% -
XYZ 41.41 64.89 16.47 -
YUV 187.43 62.86 94.17 -
System Red Green Blue C M Y K H S L
Decimal 140 234 72 0.40 0 0.69 0.08 94.81 0.79 0.6
Hex 8C EA 48 28 0 45 8 5F 4F 3C
Octal 214 352 110 50 0 105 10 137 117 74
Binary 10001100 11101010 1001000 101000 0 1000101 1000 1011111 1001111 111100

Color Harmonies of #8CEA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEA48

Black with #8CEA48

Text Example


Text Example

White with #8CEA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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