Html Css Color HEX #96F20A Spring Bud

📋 copy color: '#96F20A'

red 150 ◦ green 242 ◦ blue 10

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

Shades of Spring Bud #96F20A

Tints of Spring Bud #96F20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.2%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 37.31%
G = 60.2%
B = 2.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#96F20A (or 0x96F20A) is known color: Spring Bud. HEX triplet: 96, F2 and 0A. RGB value is (150,242,10). Sum of RGB (Red+Green+Blue) = 150+242+10=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #96F20A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F20A is #690DF5. Grayscale: #BCBCBC. Windows color (decimal): -6884854 or 717462. OLE color: 717462.

HSL color Cylindrical-coordinate representation of color #96F20A: hue angle of 83.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96F20A is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 10 -
CMYK 0.38 0 0.96 0.05
HSL 83.79º 0.92% 0.49% -
HSV(B) 83.79º 0.96% 0.95% -
XYZ 44.38 70.01 11.46 -
YUV 188.04 27.52 100.86 -
System Red Green Blue C M Y K H S L
Decimal 150 242 10 0.38 0 0.96 0.05 83.79 0.92 0.49
Hex 96 F2 A 26 0 60 5 54 5C 31
Octal 226 362 12 46 0 140 5 124 134 61
Binary 10010110 11110010 1010 100110 0 1100000 101 1010100 1011100 110001

Color Harmonies of #96F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F20A

Black with #96F20A

Text Example


Text Example

White with #96F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,10); }

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

background-color css

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

 a { background-color: rgb(150,242,10); }

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

border-color css

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

 span { border-color: rgb(150,242,10); }

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