Html Css Color HEX #9FF215 Spring Bud

📋 copy color: '#9FF215'

red 159 ◦ green 242 ◦ blue 21

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

Shades of Spring Bud #9FF215

Tints of Spring Bud #9FF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.98%

R = 37.68%
G = 57.35%
B = 4.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#9FF215 (or 0x9FF215) is known color: Spring Bud. HEX triplet: 9F, F2 and 15. RGB value is (159,242,21). Sum of RGB (Red+Green+Blue) = 159+242+21=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF215 is #600DEA. Grayscale: #C0C0C0. Windows color (decimal): -6295019 or 1438367. OLE color: 1438367.

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

Color convert

RGB 159 242 21 -
CMYK 0.34 0 0.91 0.05
HSL 82.53º 0.89% 0.52% -
HSV(B) 82.53º 0.91% 0.95% -
XYZ 46.19 70.93 11.97 -
YUV 191.99 31.5 104.47 -
System Red Green Blue C M Y K H S L
Decimal 159 242 21 0.34 0 0.91 0.05 82.53 0.89 0.52
Hex 9F F2 15 22 0 5B 5 53 59 34
Octal 237 362 25 42 0 133 5 123 131 64
Binary 10011111 11110010 10101 100010 0 1011011 101 1010011 1011001 110100

Color Harmonies of #9FF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF215

Black with #9FF215

Text Example


Text Example

White with #9FF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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