Html Css Color HEX #9BED0D Spring Bud

📋 copy color: '#9BED0D'

red 155 ◦ green 237 ◦ blue 13

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

Shades of Spring Bud #9BED0D

Tints of Spring Bud #9BED0D

RGB

 RED value IS 155 (60.94% from 255) = 38.27%

 GREEN value IS 237 (92.97% from 255) = 58.52%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 38.27%
G = 58.52%
B = 3.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#9BED0D (or 0x9BED0D) is known color: Spring Bud. HEX triplet: 9B, ED and 0D. RGB value is (155,237,13). Sum of RGB (Red+Green+Blue) = 155+237+13=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 237 (92.97% from 255 or 58.52% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BED0D is #6412F2. Grayscale: #BBBBBB. Windows color (decimal): -6558451 or 912795. OLE color: 912795.

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

Color convert

RGB 155 237 13 -
CMYK 0.35 0 0.95 0.07
HSL 81.96º 0.9% 0.49% -
HSV(B) 81.96º 0.95% 0.93% -
XYZ 43.87 67.57 11.11 -
YUV 186.95 29.83 105.21 -
System Red Green Blue C M Y K H S L
Decimal 155 237 13 0.35 0 0.95 0.07 81.96 0.9 0.49
Hex 9B ED D 23 0 5F 7 52 5A 31
Octal 233 355 15 43 0 137 7 122 132 61
Binary 10011011 11101101 1101 100011 0 1011111 111 1010010 1011010 110001

Color Harmonies of #9BED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED0D

Black with #9BED0D

Text Example


Text Example

White with #9BED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,13); }

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

background-color css

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

 a { background-color: rgb(155,237,13); }

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

border-color css

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

 span { border-color: rgb(155,237,13); }

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