Html Css Color HEX #9CFE0E Spring Bud

📋 copy color: '#9CFE0E'

red 156 ◦ green 254 ◦ blue 14

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

Shades of Spring Bud #9CFE0E

Tints of Spring Bud #9CFE0E

RGB

 RED value IS 156 (61.33% from 255) = 36.79%

 GREEN value IS 254 (99.61% from 255) = 59.91%

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

R = 36.79%
G = 59.91%
B = 3.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#9CFE0E (or 0x9CFE0E) is known color: Spring Bud. HEX triplet: 9C, FE and 0E. RGB value is (156,254,14). Sum of RGB (Red+Green+Blue) = 156+254+14=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFE0E is #6301F1. Grayscale: #C6C6C6. Windows color (decimal): -6488562 or 982684. OLE color: 982684.

HSL color Cylindrical-coordinate representation of color #9CFE0E: hue angle of 84.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CFE0E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 254 14 -
CMYK 0.39 0 0.94 0.00
HSL 84.5º 0.99% 0.53% -
HSV(B) 84.5º 0.94% 1% -
XYZ 49.23 77.98 12.87 -
YUV 197.34 24.53 98.51 -
System Red Green Blue C M Y K H S L
Decimal 156 254 14 0.39 0 0.94 0.00 84.5 0.99 0.53
Hex 9C FE E 27 0 5E 0 54 63 35
Octal 234 376 16 47 0 136 0 124 143 65
Binary 10011100 11111110 1110 100111 0 1011110 0 1010100 1100011 110101

Color Harmonies of #9CFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFE0E

Black with #9CFE0E

Text Example


Text Example

White with #9CFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,254,14); }

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

background-color css

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

 a { background-color: rgb(156,254,14); }

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

border-color css

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

 span { border-color: rgb(156,254,14); }

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