Html Css Color HEX #96C30D Citrus

📋 copy color: '#96C30D'

red 150 ◦ green 195 ◦ blue 13

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

Shades of Citrus #96C30D

Tints of Citrus #96C30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 41.9%
G = 54.47%
B = 3.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#96C30D (or 0x96C30D) is known color: Citrus. HEX triplet: 96, C3 and 0D. RGB value is (150,195,13). Sum of RGB (Red+Green+Blue) = 150+195+13=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #96C30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C30D is #693CF2. Grayscale: #A1A1A1. Windows color (decimal): -6896883 or 902038. OLE color: 902038.

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

Color convert

RGB 150 195 13 -
CMYK 0.23 0 0.93 0.24
HSL 74.84º 0.88% 0.41% -
HSV(B) 74.84º 0.93% 0.76% -
XYZ 32.17 45.54 7.48 -
YUV 160.8 44.59 120.3 -
System Red Green Blue C M Y K H S L
Decimal 150 195 13 0.23 0 0.93 0.24 74.84 0.88 0.41
Hex 96 C3 D 17 0 5D 18 4B 58 29
Octal 226 303 15 27 0 135 30 113 130 51
Binary 10010110 11000011 1101 10111 0 1011101 11000 1001011 1011000 101001

Color Harmonies of #96C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C30D

Black with #96C30D

Text Example


Text Example

White with #96C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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