Html Css Color HEX #9EE248 Atlantis

📋 copy color: '#9EE248'

red 158 ◦ green 226 ◦ blue 72

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

Shades of Atlantis #9EE248

Tints of Atlantis #9EE248

RGB

 RED value IS 158 (62.11% from 255) = 34.65%

 GREEN value IS 226 (88.67% from 255) = 49.56%

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

R = 34.65%
G = 49.56%
B = 15.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#9EE248 (or 0x9EE248) is known color: Atlantis. HEX triplet: 9E, E2 and 48. RGB value is (158,226,72). Sum of RGB (Red+Green+Blue) = 158+226+72=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE248 is #611DB7. Grayscale: #BCBCBC. Windows color (decimal): -6364600 or 4776606. OLE color: 4776606.

HSL color Cylindrical-coordinate representation of color #9EE248: hue angle of 86.49º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EE248 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 226 72 -
CMYK 0.30 0 0.68 0.11
HSL 86.49º 0.73% 0.58% -
HSV(B) 86.49º 0.68% 0.89% -
XYZ 42.47 62.13 15.88 -
YUV 188.11 62.47 106.52 -
System Red Green Blue C M Y K H S L
Decimal 158 226 72 0.30 0 0.68 0.11 86.49 0.73 0.58
Hex 9E E2 48 1E 0 44 B 56 49 3A
Octal 236 342 110 36 0 104 13 126 111 72
Binary 10011110 11100010 1001000 11110 0 1000100 1011 1010110 1001001 111010

Color Harmonies of #9EE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE248

Black with #9EE248

Text Example


Text Example

White with #9EE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE248; }

 p { color: rgb(158,226,72); }

 H1.HeaderClassName
 {
   color: #9EE248;
 }
 .AnyTagClassName
 {
   color: #9EE248;
 }
</style>

background-color css

<style>
 a { background-color: #9EE248; }

 a { background-color: rgb(158,226,72); }

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

border-color css

<style>
 span { border-color: #9EE248; }

 span { border-color: rgb(158,226,72); }

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