Html Css Color HEX #9FEE0E Spring Bud

📋 copy color: '#9FEE0E'

red 159 ◦ green 238 ◦ blue 14

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

Shades of Spring Bud #9FEE0E

Tints of Spring Bud #9FEE0E

RGB

 RED value IS 159 (62.5% from 255) = 38.69%

 GREEN value IS 238 (93.36% from 255) = 57.91%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 38.69%
G = 57.91%
B = 3.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#9FEE0E (or 0x9FEE0E) is known color: Spring Bud. HEX triplet: 9F, EE and 0E. RGB value is (159,238,14). Sum of RGB (Red+Green+Blue) = 159+238+14=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEE0E is #6011F1. Grayscale: #BDBDBD. Windows color (decimal): -6296050 or 978591. OLE color: 978591.

HSL color Cylindrical-coordinate representation of color #9FEE0E: hue angle of 81.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FEE0E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 238 14 -
CMYK 0.33 0 0.94 0.07
HSL 81.16º 0.89% 0.49% -
HSV(B) 81.16º 0.94% 0.93% -
XYZ 44.95 68.55 11.28 -
YUV 188.84 29.33 106.71 -
System Red Green Blue C M Y K H S L
Decimal 159 238 14 0.33 0 0.94 0.07 81.16 0.89 0.49
Hex 9F EE E 21 0 5E 7 51 59 31
Octal 237 356 16 41 0 136 7 121 131 61
Binary 10011111 11101110 1110 100001 0 1011110 111 1010001 1011001 110001

Color Harmonies of #9FEE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEE0E

Black with #9FEE0E

Text Example


Text Example

White with #9FEE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,238,14); }

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

background-color css

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

 a { background-color: rgb(159,238,14); }

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

border-color css

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

 span { border-color: rgb(159,238,14); }

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