Html Css Color HEX #96ED0D Spring Bud

📋 copy color: '#96ED0D'

red 150 ◦ green 237 ◦ blue 13

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

Shades of Spring Bud #96ED0D

Tints of Spring Bud #96ED0D

RGB

 RED value IS 150 (58.98% from 255) = 37.5%

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

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

R = 37.5%
G = 59.25%
B = 3.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#96ED0D (or 0x96ED0D) is known color: Spring Bud. HEX triplet: 96, ED and 0D. RGB value is (150,237,13). Sum of RGB (Red+Green+Blue) = 150+237+13=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96ED0D is #6912F2. Grayscale: #BABABA. Windows color (decimal): -6886131 or 912790. OLE color: 912790.

HSL color Cylindrical-coordinate representation of color #96ED0D: hue angle of 83.3º 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 #96ED0D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 13 -
CMYK 0.37 0 0.95 0.07
HSL 83.3º 0.9% 0.49% -
HSV(B) 83.3º 0.95% 0.93% -
XYZ 42.93 67.08 11.07 -
YUV 185.45 30.68 102.71 -
System Red Green Blue C M Y K H S L
Decimal 150 237 13 0.37 0 0.95 0.07 83.3 0.9 0.49
Hex 96 ED D 25 0 5F 7 53 5A 31
Octal 226 355 15 45 0 137 7 123 132 61
Binary 10010110 11101101 1101 100101 0 1011111 111 1010011 1011010 110001

Color Harmonies of #96ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED0D

Black with #96ED0D

Text Example


Text Example

White with #96ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96ED0D; }

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

 H1.HeaderClassName
 {
   color: #96ED0D;
 }
 .AnyTagClassName
 {
   color: #96ED0D;
 }
</style>

background-color css

<style>
 a { background-color: #96ED0D; }

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

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

border-color css

<style>
 span { border-color: #96ED0D; }

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

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