Html Css Color HEX #9CFB14 Spring Bud

📋 copy color: '#9CFB14'

red 156 ◦ green 251 ◦ blue 20

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

Shades of Spring Bud #9CFB14

Tints of Spring Bud #9CFB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.78%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 36.53%
G = 58.78%
B = 4.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#9CFB14 (or 0x9CFB14) is known color: Spring Bud. HEX triplet: 9C, FB and 14. RGB value is (156,251,20). Sum of RGB (Red+Green+Blue) = 156+251+20=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB14 is #6304EB. Grayscale: #C5C5C5. Windows color (decimal): -6489324 or 1375132. OLE color: 1375132.

HSL color Cylindrical-coordinate representation of color #9CFB14: hue angle of 84.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CFB14 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 251 20 -
CMYK 0.38 0 0.92 0.02
HSL 84.68º 0.97% 0.53% -
HSV(B) 84.68º 0.92% 0.98% -
XYZ 48.33 76.11 12.81 -
YUV 196.26 28.53 99.28 -
System Red Green Blue C M Y K H S L
Decimal 156 251 20 0.38 0 0.92 0.02 84.68 0.97 0.53
Hex 9C FB 14 26 0 5C 2 55 61 35
Octal 234 373 24 46 0 134 2 125 141 65
Binary 10011100 11111011 10100 100110 0 1011100 10 1010101 1100001 110101

Color Harmonies of #9CFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFB14

Black with #9CFB14

Text Example


Text Example

White with #9CFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,251,20); }

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

background-color css

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

 a { background-color: rgb(156,251,20); }

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

border-color css

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

 span { border-color: rgb(156,251,20); }

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