Html Css Color HEX #99EF0E Spring Bud

📋 copy color: '#99EF0E'

red 153 ◦ green 239 ◦ blue 14

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

Shades of Spring Bud #99EF0E

Tints of Spring Bud #99EF0E

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 239 (93.75% from 255) = 58.87%

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

R = 37.68%
G = 58.87%
B = 3.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#99EF0E (or 0x99EF0E) is known color: Spring Bud. HEX triplet: 99, EF and 0E. RGB value is (153,239,14). Sum of RGB (Red+Green+Blue) = 153+239+14=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EF0E is #6610F1. Grayscale: #BCBCBC. Windows color (decimal): -6689010 or 978841. OLE color: 978841.

HSL color Cylindrical-coordinate representation of color #99EF0E: hue angle of 82.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99EF0E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 14 -
CMYK 0.36 0 0.94 0.06
HSL 82.93º 0.89% 0.5% -
HSV(B) 82.93º 0.94% 0.94% -
XYZ 44.08 68.54 11.32 -
YUV 187.64 30.01 103.3 -
System Red Green Blue C M Y K H S L
Decimal 153 239 14 0.36 0 0.94 0.06 82.93 0.89 0.5
Hex 99 EF E 24 0 5E 6 53 59 32
Octal 231 357 16 44 0 136 6 123 131 62
Binary 10011001 11101111 1110 100100 0 1011110 110 1010011 1011001 110010

Color Harmonies of #99EF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EF0E

Black with #99EF0E

Text Example


Text Example

White with #99EF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99EF0E; }

 p { color: rgb(153,239,14); }

 H1.HeaderClassName
 {
   color: #99EF0E;
 }
 .AnyTagClassName
 {
   color: #99EF0E;
 }
</style>

background-color css

<style>
 a { background-color: #99EF0E; }

 a { background-color: rgb(153,239,14); }

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

border-color css

<style>
 span { border-color: #99EF0E; }

 span { border-color: rgb(153,239,14); }

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