Html Css Color HEX #96BF18 Citrus

📋 copy color: '#96BF18'

red 150 ◦ green 191 ◦ blue 24

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

Shades of Citrus #96BF18

Tints of Citrus #96BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

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

R = 41.1%
G = 52.33%
B = 6.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#96BF18 (or 0x96BF18) is known color: Citrus. HEX triplet: 96, BF and 18. RGB value is (150,191,24). Sum of RGB (Red+Green+Blue) = 150+191+24=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BF18 is #6940E7. Grayscale: #A0A0A0. Windows color (decimal): -6897896 or 1621910. OLE color: 1621910.

HSL color Cylindrical-coordinate representation of color #96BF18: hue angle of 74.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96BF18 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 24 -
CMYK 0.21 0 0.87 0.25
HSL 74.73º 0.78% 0.42% -
HSV(B) 74.73º 0.87% 0.75% -
XYZ 31.37 43.81 7.67 -
YUV 159.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 150 191 24 0.21 0 0.87 0.25 74.73 0.78 0.42
Hex 96 BF 18 15 0 57 19 4B 4E 2A
Octal 226 277 30 25 0 127 31 113 116 52
Binary 10010110 10111111 11000 10101 0 1010111 11001 1001011 1001110 101010

Color Harmonies of #96BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF18

Black with #96BF18

Text Example


Text Example

White with #96BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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