Html Css Color HEX #9CFF0F Spring Bud

📋 copy color: '#9CFF0F'

red 156 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #9CFF0F

Tints of Spring Bud #9CFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 36.62%
G = 59.86%
B = 3.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#9CFF0F (or 0x9CFF0F) is known color: Spring Bud. HEX triplet: 9C, FF and 0F. RGB value is (156,255,15). Sum of RGB (Red+Green+Blue) = 156+255+15=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF0F is #6300F0. Grayscale: #C6C6C6. Windows color (decimal): -6488305 or 1048476. OLE color: 1048476.

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

Color convert

RGB 156 255 15 -
CMYK 0.39 0 0.94 0
HSL 84.75º 1% 0.53% -
HSV(B) 84.75º 0.94% 1% -
XYZ 49.56 78.62 13.02 -
YUV 198.04 24.7 98.01 -
System Red Green Blue C M Y K H S L
Decimal 156 255 15 0.39 0 0.94 0 84.75 1 0.53
Hex 9C FF F 27 0 5E 0 55 64 35
Octal 234 377 17 47 0 136 0 125 144 65
Binary 10011100 11111111 1111 100111 0 1011110 0 1010101 1100100 110101

Color Harmonies of #9CFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFF0F

Black with #9CFF0F

Text Example


Text Example

White with #9CFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,255,15); }

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

background-color css

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

 a { background-color: rgb(156,255,15); }

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

border-color css

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

 span { border-color: rgb(156,255,15); }

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