Html Css Color HEX #96F018 Spring Bud

📋 copy color: '#96F018'

red 150 ◦ green 240 ◦ blue 24

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

Shades of Spring Bud #96F018

Tints of Spring Bud #96F018

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.97%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 36.23%
G = 57.97%
B = 5.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#96F018 (or 0x96F018) is known color: Spring Bud. HEX triplet: 96, F0 and 18. RGB value is (150,240,24). Sum of RGB (Red+Green+Blue) = 150+240+24=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #96F018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F018 is #690FE7. Grayscale: #BDBDBD. Windows color (decimal): -6885352 or 1634454. OLE color: 1634454.

HSL color Cylindrical-coordinate representation of color #96F018: hue angle of 85º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96F018 is Cyan = 0.37, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 24 -
CMYK 0.37 0 0.9 0.06
HSL 85º 0.88% 0.52% -
HSV(B) 85º 0.9% 0.94% -
XYZ 43.9 68.87 11.84 -
YUV 188.47 35.18 100.56 -
System Red Green Blue C M Y K H S L
Decimal 150 240 24 0.37 0 0.9 0.06 85 0.88 0.52
Hex 96 F0 18 25 0 5A 6 55 58 34
Octal 226 360 30 45 0 132 6 125 130 64
Binary 10010110 11110000 11000 100101 0 1011010 110 1010101 1011000 110100

Color Harmonies of #96F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F018

Black with #96F018

Text Example


Text Example

White with #96F018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,240,24); }

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

background-color css

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

 a { background-color: rgb(150,240,24); }

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

border-color css

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

 span { border-color: rgb(150,240,24); }

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