Html Css Color HEX #9CFA14 Spring Bud

📋 copy color: '#9CFA14'

red 156 ◦ green 250 ◦ blue 20

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

Shades of Spring Bud #9CFA14

Tints of Spring Bud #9CFA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.69%

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

R = 36.62%
G = 58.69%
B = 4.69%

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

#9CFA14 (or 0x9CFA14) is known color: Spring Bud. HEX triplet: 9C, FA and 14. RGB value is (156,250,20). Sum of RGB (Red+Green+Blue) = 156+250+20=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFA14 is #6305EB. Grayscale: #C4C4C4. Windows color (decimal): -6489580 or 1374876. OLE color: 1374876.

HSL color Cylindrical-coordinate representation of color #9CFA14: hue angle of 84.52º degrees, saturation: 0.96, 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 #9CFA14 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 250 20 -
CMYK 0.38 0 0.92 0.02
HSL 84.52º 0.96% 0.53% -
HSV(B) 84.52º 0.92% 0.98% -
XYZ 48.02 75.49 12.7 -
YUV 195.67 28.86 99.7 -
System Red Green Blue C M Y K H S L
Decimal 156 250 20 0.38 0 0.92 0.02 84.52 0.96 0.53
Hex 9C FA 14 26 0 5C 2 55 60 35
Octal 234 372 24 46 0 134 2 125 140 65
Binary 10011100 11111010 10100 100110 0 1011100 10 1010101 1100000 110101

Color Harmonies of #9CFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFA14

Black with #9CFA14

Text Example


Text Example

White with #9CFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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