Html Css Color HEX #9CF916 Spring Bud

📋 copy color: '#9CF916'

red 156 ◦ green 249 ◦ blue 22

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

Shades of Spring Bud #9CF916

Tints of Spring Bud #9CF916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.31%

 BLUE value IS 22 (8.98% from 255) = 5.15%

R = 36.53%
G = 58.31%
B = 5.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#9CF916 (or 0x9CF916) is known color: Spring Bud. HEX triplet: 9C, F9 and 16. RGB value is (156,249,22). Sum of RGB (Red+Green+Blue) = 156+249+22=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF916 is #6306E9. Grayscale: #C4C4C4. Windows color (decimal): -6489834 or 1505692. OLE color: 1505692.

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

Color convert

RGB 156 249 22 -
CMYK 0.37 0 0.91 0.02
HSL 84.58º 0.95% 0.53% -
HSV(B) 84.58º 0.91% 0.98% -
XYZ 47.73 74.88 12.7 -
YUV 195.32 30.19 99.96 -
System Red Green Blue C M Y K H S L
Decimal 156 249 22 0.37 0 0.91 0.02 84.58 0.95 0.53
Hex 9C F9 16 25 0 5B 2 55 5F 35
Octal 234 371 26 45 0 133 2 125 137 65
Binary 10011100 11111001 10110 100101 0 1011011 10 1010101 1011111 110101

Color Harmonies of #9CF916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF916

Black with #9CF916

Text Example


Text Example

White with #9CF916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,249,22); }

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

background-color css

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

 a { background-color: rgb(156,249,22); }

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

border-color css

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

 span { border-color: rgb(156,249,22); }

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