Html Css Color HEX #9EFF18 Spring Bud

📋 copy color: '#9EFF18'

red 158 ◦ green 255 ◦ blue 24

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

Shades of Spring Bud #9EFF18

Tints of Spring Bud #9EFF18

RGB

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

 GREEN value IS 255 (100% from 255) = 58.35%

 BLUE value IS 24 (9.77% from 255) = 5.49%

R = 36.16%
G = 58.35%
B = 5.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#9EFF18 (or 0x9EFF18) is known color: Spring Bud. HEX triplet: 9E, FF and 18. RGB value is (158,255,24). Sum of RGB (Red+Green+Blue) = 158+255+24=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF18 is #6100E7. Grayscale: #C8C8C8. Windows color (decimal): -6357224 or 1638302. OLE color: 1638302.

HSL color Cylindrical-coordinate representation of color #9EFF18: hue angle of 85.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EFF18 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 24 -
CMYK 0.38 0 0.91 0
HSL 85.19º 1% 0.55% -
HSV(B) 85.19º 0.91% 1% -
XYZ 50.03 78.86 13.45 -
YUV 199.66 28.86 98.28 -
System Red Green Blue C M Y K H S L
Decimal 158 255 24 0.38 0 0.91 0 85.19 1 0.55
Hex 9E FF 18 26 0 5B 0 55 64 37
Octal 236 377 30 46 0 133 0 125 144 67
Binary 10011110 11111111 11000 100110 0 1011011 0 1010101 1100100 110111

Color Harmonies of #9EFF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFF18

Black with #9EFF18

Text Example


Text Example

White with #9EFF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,24); }

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

background-color css

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

 a { background-color: rgb(158,255,24); }

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

border-color css

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

 span { border-color: rgb(158,255,24); }

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