Html Css Color HEX #95EA0D Spring Bud

📋 copy color: '#95EA0D'

red 149 ◦ green 234 ◦ blue 13

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

Shades of Spring Bud #95EA0D

Tints of Spring Bud #95EA0D

RGB

 RED value IS 149 (58.59% from 255) = 37.63%

 GREEN value IS 234 (91.8% from 255) = 59.09%

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

R = 37.63%
G = 59.09%
B = 3.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#95EA0D (or 0x95EA0D) is known color: Spring Bud. HEX triplet: 95, EA and 0D. RGB value is (149,234,13). Sum of RGB (Red+Green+Blue) = 149+234+13=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EA0D is #6A15F2. Grayscale: #B8B8B8. Windows color (decimal): -6952435 or 912021. OLE color: 912021.

HSL color Cylindrical-coordinate representation of color #95EA0D: hue angle of 83.08º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95EA0D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 13 -
CMYK 0.36 0 0.94 0.08
HSL 83.08º 0.89% 0.48% -
HSV(B) 83.08º 0.94% 0.92% -
XYZ 41.89 65.26 10.77 -
YUV 183.39 31.84 103.47 -
System Red Green Blue C M Y K H S L
Decimal 149 234 13 0.36 0 0.94 0.08 83.08 0.89 0.48
Hex 95 EA D 24 0 5E 8 53 59 30
Octal 225 352 15 44 0 136 10 123 131 60
Binary 10010101 11101010 1101 100100 0 1011110 1000 1010011 1011001 110000

Color Harmonies of #95EA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA0D

Black with #95EA0D

Text Example


Text Example

White with #95EA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EA0D; }

 p { color: rgb(149,234,13); }

 H1.HeaderClassName
 {
   color: #95EA0D;
 }
 .AnyTagClassName
 {
   color: #95EA0D;
 }
</style>

background-color css

<style>
 a { background-color: #95EA0D; }

 a { background-color: rgb(149,234,13); }

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

border-color css

<style>
 span { border-color: #95EA0D; }

 span { border-color: rgb(149,234,13); }

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