Html Css Color HEX #96C30F Citrus

📋 copy color: '#96C30F'

red 150 ◦ green 195 ◦ blue 15

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

Shades of Citrus #96C30F

Tints of Citrus #96C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.17%

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 41.67%
G = 54.17%
B = 4.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#96C30F (or 0x96C30F) is known color: Citrus. HEX triplet: 96, C3 and 0F. RGB value is (150,195,15). Sum of RGB (Red+Green+Blue) = 150+195+15=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #96C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C30F is #693CF0. Grayscale: #A1A1A1. Windows color (decimal): -6896881 or 1033110. OLE color: 1033110.

HSL color Cylindrical-coordinate representation of color #96C30F: hue angle of 75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96C30F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 15 -
CMYK 0.23 0 0.92 0.24
HSL 75º 0.86% 0.41% -
HSV(B) 75º 0.92% 0.76% -
XYZ 32.18 45.55 7.55 -
YUV 161.03 45.59 120.14 -
System Red Green Blue C M Y K H S L
Decimal 150 195 15 0.23 0 0.92 0.24 75 0.86 0.41
Hex 96 C3 F 17 0 5C 18 4B 56 29
Octal 226 303 17 27 0 134 30 113 126 51
Binary 10010110 11000011 1111 10111 0 1011100 11000 1001011 1010110 101001

Color Harmonies of #96C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C30F

Black with #96C30F

Text Example


Text Example

White with #96C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,15); }

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

background-color css

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

 a { background-color: rgb(150,195,15); }

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

border-color css

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

 span { border-color: rgb(150,195,15); }

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