Html Css Color HEX #95FA09 Spring Bud

📋 copy color: '#95FA09'

red 149 ◦ green 250 ◦ blue 9

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

Shades of Spring Bud #95FA09

Tints of Spring Bud #95FA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 61.27%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 36.52%
G = 61.27%
B = 2.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#95FA09 (or 0x95FA09) is known color: Spring Bud. HEX triplet: 95, FA and 09. RGB value is (149,250,9). Sum of RGB (Red+Green+Blue) = 149+250+9=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA09 is #6A05F6. Grayscale: #C1C1C1. Windows color (decimal): -6948343 or 653973. OLE color: 653973.

HSL color Cylindrical-coordinate representation of color #95FA09: hue angle of 85.15º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95FA09 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 9 -
CMYK 0.40 0 0.96 0.02
HSL 85.15º 0.96% 0.51% -
HSV(B) 85.15º 0.96% 0.98% -
XYZ 46.63 74.78 12.23 -
YUV 192.33 24.54 97.1 -
System Red Green Blue C M Y K H S L
Decimal 149 250 9 0.40 0 0.96 0.02 85.15 0.96 0.51
Hex 95 FA 9 28 0 60 2 55 60 33
Octal 225 372 11 50 0 140 2 125 140 63
Binary 10010101 11111010 1001 101000 0 1100000 10 1010101 1100000 110011

Color Harmonies of #95FA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FA09

Black with #95FA09

Text Example


Text Example

White with #95FA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,250,9); }

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

background-color css

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

 a { background-color: rgb(149,250,9); }

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

border-color css

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

 span { border-color: rgb(149,250,9); }

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