Html Css Color HEX #9DEF10 Spring Bud

📋 copy color: '#9DEF10'

red 157 ◦ green 239 ◦ blue 16

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

Shades of Spring Bud #9DEF10

Tints of Spring Bud #9DEF10

RGB

 RED value IS 157 (61.72% from 255) = 38.11%

 GREEN value IS 239 (93.75% from 255) = 58.01%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 38.11%
G = 58.01%
B = 3.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#9DEF10 (or 0x9DEF10) is known color: Spring Bud. HEX triplet: 9D, EF and 10. RGB value is (157,239,16). Sum of RGB (Red+Green+Blue) = 157+239+16=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEF10 is #6210EF. Grayscale: #BDBDBD. Windows color (decimal): -6426864 or 1109917. OLE color: 1109917.

HSL color Cylindrical-coordinate representation of color #9DEF10: hue angle of 82.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DEF10 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 16 -
CMYK 0.34 0 0.93 0.06
HSL 82.06º 0.87% 0.5% -
HSV(B) 82.06º 0.93% 0.94% -
XYZ 44.86 68.94 11.43 -
YUV 189.06 30.33 105.13 -
System Red Green Blue C M Y K H S L
Decimal 157 239 16 0.34 0 0.93 0.06 82.06 0.87 0.5
Hex 9D EF 10 22 0 5D 6 52 57 32
Octal 235 357 20 42 0 135 6 122 127 62
Binary 10011101 11101111 10000 100010 0 1011101 110 1010010 1010111 110010

Color Harmonies of #9DEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF10

Black with #9DEF10

Text Example


Text Example

White with #9DEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,239,16); }

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

background-color css

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

 a { background-color: rgb(157,239,16); }

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

border-color css

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

 span { border-color: rgb(157,239,16); }

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