Html Css Color HEX #9CF70C Spring Bud

📋 copy color: '#9CF70C'

red 156 ◦ green 247 ◦ blue 12

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

Shades of Spring Bud #9CF70C

Tints of Spring Bud #9CF70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 37.59%
G = 59.52%
B = 2.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#9CF70C (or 0x9CF70C) is known color: Spring Bud. HEX triplet: 9C, F7 and 0C. RGB value is (156,247,12). Sum of RGB (Red+Green+Blue) = 156+247+12=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF70C is #6308F3. Grayscale: #C1C1C1. Windows color (decimal): -6490356 or 849820. OLE color: 849820.

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

Color convert

RGB 156 247 12 -
CMYK 0.37 0 0.95 0.03
HSL 83.23º 0.94% 0.51% -
HSV(B) 83.23º 0.95% 0.97% -
XYZ 47.04 73.62 12.08 -
YUV 193 25.85 101.61 -
System Red Green Blue C M Y K H S L
Decimal 156 247 12 0.37 0 0.95 0.03 83.23 0.94 0.51
Hex 9C F7 C 25 0 5F 3 53 5E 33
Octal 234 367 14 45 0 137 3 123 136 63
Binary 10011100 11110111 1100 100101 0 1011111 11 1010011 1011110 110011

Color Harmonies of #9CF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF70C

Black with #9CF70C

Text Example


Text Example

White with #9CF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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