Html Css Color HEX #9FEB02 Spring Bud

📋 copy color: '#9FEB02'

red 159 ◦ green 235 ◦ blue 2

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

Shades of Spring Bud #9FEB02

Tints of Spring Bud #9FEB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.34%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 40.15%
G = 59.34%
B = 0.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#9FEB02 (or 0x9FEB02) is known color: Spring Bud. HEX triplet: 9F, EB and 02. RGB value is (159,235,2). Sum of RGB (Red+Green+Blue) = 159+235+2=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 235 (92.19% from 255 or 59.34% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEB02 is #6014FD. Grayscale: #BABABA. Windows color (decimal): -6296830 or 191391. OLE color: 191391.

HSL color Cylindrical-coordinate representation of color #9FEB02: hue angle of 79.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FEB02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 2 -
CMYK 0.32 0 0.99 0.08
HSL 79.57º 0.98% 0.46% -
HSV(B) 79.57º 0.99% 0.92% -
XYZ 44.02 66.79 10.63 -
YUV 185.71 24.32 108.95 -
System Red Green Blue C M Y K H S L
Decimal 159 235 2 0.32 0 0.99 0.08 79.57 0.98 0.46
Hex 9F EB 2 20 0 63 8 50 62 2E
Octal 237 353 2 40 0 143 10 120 142 56
Binary 10011111 11101011 10 100000 0 1100011 1000 1010000 1100010 101110

Color Harmonies of #9FEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEB02

Black with #9FEB02

Text Example


Text Example

White with #9FEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,2); }

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

background-color css

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

 a { background-color: rgb(159,235,2); }

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

border-color css

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

 span { border-color: rgb(159,235,2); }

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