Html Css Color HEX #9FF312 Spring Bud

📋 copy color: '#9FF312'

red 159 ◦ green 243 ◦ blue 18

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

Shades of Spring Bud #9FF312

Tints of Spring Bud #9FF312

RGB

 RED value IS 159 (62.5% from 255) = 37.86%

 GREEN value IS 243 (95.31% from 255) = 57.86%

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

R = 37.86%
G = 57.86%
B = 4.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#9FF312 (or 0x9FF312) is known color: Spring Bud. HEX triplet: 9F, F3 and 12. RGB value is (159,243,18). Sum of RGB (Red+Green+Blue) = 159+243+18=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF312 is #600CED. Grayscale: #C1C1C1. Windows color (decimal): -6294766 or 1242015. OLE color: 1242015.

HSL color Cylindrical-coordinate representation of color #9FF312: hue angle of 82.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FF312 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 243 18 -
CMYK 0.35 0 0.93 0.05
HSL 82.4º 0.9% 0.51% -
HSV(B) 82.4º 0.93% 0.95% -
XYZ 46.46 71.52 11.93 -
YUV 192.23 29.67 104.3 -
System Red Green Blue C M Y K H S L
Decimal 159 243 18 0.35 0 0.93 0.05 82.4 0.9 0.51
Hex 9F F3 12 23 0 5D 5 52 5A 33
Octal 237 363 22 43 0 135 5 122 132 63
Binary 10011111 11110011 10010 100011 0 1011101 101 1010010 1011010 110011

Color Harmonies of #9FF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF312

Black with #9FF312

Text Example


Text Example

White with #9FF312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,243,18); }

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

background-color css

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

 a { background-color: rgb(159,243,18); }

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

border-color css

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

 span { border-color: rgb(159,243,18); }

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