#95F11A

Color #95F11A Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #95F11A

Tints of Spring Bud #95F11A

Color information

#95F11A (or 0x95F11A) is unknown color: approx Spring Bud. HEX triplet: 95, F1 and 1A. RGB value is (149,241,26). Sum of RGB (Red+Green+Blue) = 149+241+26=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #95F11A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F11A is #6A0EE5. Grayscale: #BDBDBD. Windows color (decimal): -6950630 or 1765781. OLE color: 1765781.

HSL color Cylindrical-coordinate representation of color #95F11A: hue angle of 85.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95F11A is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB14924126-
CMYK0.3800.890.05
HSL85.67º88.48%52.35%-
HSV(B)85.67º89.21%94.51%-
XYZ44.0469.3712.05-
YUV188.9836.0299.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 241 (94.53% from 255) = 57.93%
BLUE value IS 26 (10.55% from 255) = 6.25%
R=35.82%
G=57.93%
B=6.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149241260.3800.890.0585.6788.4852.35
Hex95F11A260595565834
Octal22536132460131512613064
Binary1001010111110001110101001100101100110110101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,26); }

 H1.HeaderClassName
 {
   color: #95F11A;
 }
 .AnyTagClassName
 {
   color: #95F11A;
 }
</style>
background-color css

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

 a { background-color: rgb(149,241,26); }

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

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

 span { border-color: rgb(149,241,26); }

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