Html Css Color HEX #9CF912 Spring Bud

📋 copy color: '#9CF912'

red 156 ◦ green 249 ◦ blue 18

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

Shades of Spring Bud #9CF912

Tints of Spring Bud #9CF912

RGB

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

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

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

R = 36.88%
G = 58.87%
B = 4.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#9CF912 (or 0x9CF912) is known color: Spring Bud. HEX triplet: 9C, F9 and 12. RGB value is (156,249,18). Sum of RGB (Red+Green+Blue) = 156+249+18=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF912 is #6306ED. Grayscale: #C3C3C3. Windows color (decimal): -6489838 or 1243548. OLE color: 1243548.

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

Color convert

RGB 156 249 18 -
CMYK 0.37 0 0.93 0.02
HSL 84.16º 0.95% 0.52% -
HSV(B) 84.16º 0.93% 0.98% -
XYZ 47.7 74.86 12.51 -
YUV 194.86 28.19 100.28 -
System Red Green Blue C M Y K H S L
Decimal 156 249 18 0.37 0 0.93 0.02 84.16 0.95 0.52
Hex 9C F9 12 25 0 5D 2 54 5F 34
Octal 234 371 22 45 0 135 2 124 137 64
Binary 10011100 11111001 10010 100101 0 1011101 10 1010100 1011111 110100

Color Harmonies of #9CF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF912

Black with #9CF912

Text Example


Text Example

White with #9CF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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