Html Css Color HEX #9CF712 Spring Bud

📋 copy color: '#9CF712'

red 156 ◦ green 247 ◦ blue 18

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

Shades of Spring Bud #9CF712

Tints of Spring Bud #9CF712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 37.05%
G = 58.67%
B = 4.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#9CF712 (or 0x9CF712) is known color: Spring Bud. HEX triplet: 9C, F7 and 12. RGB value is (156,247,18). Sum of RGB (Red+Green+Blue) = 156+247+18=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 247 (96.88% from 255 or 58.67% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF712 is #6308ED. Grayscale: #C2C2C2. Windows color (decimal): -6490350 or 1243036. OLE color: 1243036.

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

Color convert

RGB 156 247 18 -
CMYK 0.37 0 0.93 0.03
HSL 83.84º 0.93% 0.52% -
HSV(B) 83.84º 0.93% 0.97% -
XYZ 47.08 73.63 12.3 -
YUV 193.69 28.85 101.12 -
System Red Green Blue C M Y K H S L
Decimal 156 247 18 0.37 0 0.93 0.03 83.84 0.93 0.52
Hex 9C F7 12 25 0 5D 3 54 5D 34
Octal 234 367 22 45 0 135 3 124 135 64
Binary 10011100 11110111 10010 100101 0 1011101 11 1010100 1011101 110100

Color Harmonies of #9CF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF712

Black with #9CF712

Text Example


Text Example

White with #9CF712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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