Html Css Color HEX #9FF214 Spring Bud

📋 copy color: '#9FF214'

red 159 ◦ green 242 ◦ blue 20

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

Shades of Spring Bud #9FF214

Tints of Spring Bud #9FF214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.48%

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 37.77%
G = 57.48%
B = 4.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#9FF214 (or 0x9FF214) is known color: Spring Bud. HEX triplet: 9F, F2 and 14. RGB value is (159,242,20). Sum of RGB (Red+Green+Blue) = 159+242+20=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF214 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF214 is #600DEB. Grayscale: #C0C0C0. Windows color (decimal): -6295020 or 1372831. OLE color: 1372831.

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

Color convert

RGB 159 242 20 -
CMYK 0.34 0 0.92 0.05
HSL 82.43º 0.9% 0.51% -
HSV(B) 82.43º 0.92% 0.95% -
XYZ 46.18 70.93 11.92 -
YUV 191.88 31 104.55 -
System Red Green Blue C M Y K H S L
Decimal 159 242 20 0.34 0 0.92 0.05 82.43 0.9 0.51
Hex 9F F2 14 22 0 5C 5 52 5A 33
Octal 237 362 24 42 0 134 5 122 132 63
Binary 10011111 11110010 10100 100010 0 1011100 101 1010010 1011010 110011

Color Harmonies of #9FF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF214

Black with #9FF214

Text Example


Text Example

White with #9FF214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,20); }

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

background-color css

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

 a { background-color: rgb(159,242,20); }

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

border-color css

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

 span { border-color: rgb(159,242,20); }

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