Html Css Color HEX #9CFD12 Spring Bud

📋 copy color: '#9CFD12'

red 156 ◦ green 253 ◦ blue 18

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

Shades of Spring Bud #9CFD12

Tints of Spring Bud #9CFD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.25%

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

R = 36.53%
G = 59.25%
B = 4.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#9CFD12 (or 0x9CFD12) is known color: Spring Bud. HEX triplet: 9C, FD and 12. RGB value is (156,253,18). Sum of RGB (Red+Green+Blue) = 156+253+18=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFD12 is #6302ED. Grayscale: #C6C6C6. Windows color (decimal): -6488814 or 1244572. OLE color: 1244572.

HSL color Cylindrical-coordinate representation of color #9CFD12: hue angle of 84.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CFD12 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 253 18 -
CMYK 0.38 0 0.93 0.01
HSL 84.77º 0.98% 0.53% -
HSV(B) 84.77º 0.93% 0.99% -
XYZ 48.94 77.36 12.93 -
YUV 197.21 26.86 98.61 -
System Red Green Blue C M Y K H S L
Decimal 156 253 18 0.38 0 0.93 0.01 84.77 0.98 0.53
Hex 9C FD 12 26 0 5D 1 55 62 35
Octal 234 375 22 46 0 135 1 125 142 65
Binary 10011100 11111101 10010 100110 0 1011101 1 1010101 1100010 110101

Color Harmonies of #9CFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFD12

Black with #9CFD12

Text Example


Text Example

White with #9CFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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