Html Css Color HEX #9CF70F Spring Bud

📋 copy color: '#9CF70F'

red 156 ◦ green 247 ◦ blue 15

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

Shades of Spring Bud #9CF70F

Tints of Spring Bud #9CF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.09%

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

R = 37.32%
G = 59.09%
B = 3.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#9CF70F (or 0x9CF70F) is known color: Spring Bud. HEX triplet: 9C, F7 and 0F. RGB value is (156,247,15). Sum of RGB (Red+Green+Blue) = 156+247+15=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF70F is #6308F0. Grayscale: #C2C2C2. Windows color (decimal): -6490353 or 1046428. OLE color: 1046428.

HSL color Cylindrical-coordinate representation of color #9CF70F: hue angle of 83.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CF70F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 247 15 -
CMYK 0.37 0 0.94 0.03
HSL 83.53º 0.94% 0.51% -
HSV(B) 83.53º 0.94% 0.97% -
XYZ 47.06 73.62 12.18 -
YUV 193.34 27.35 101.36 -
System Red Green Blue C M Y K H S L
Decimal 156 247 15 0.37 0 0.94 0.03 83.53 0.94 0.51
Hex 9C F7 F 25 0 5E 3 54 5E 33
Octal 234 367 17 45 0 136 3 124 136 63
Binary 10011100 11110111 1111 100101 0 1011110 11 1010100 1011110 110011

Color Harmonies of #9CF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF70F

Black with #9CF70F

Text Example


Text Example

White with #9CF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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