Html Css Color HEX #96C10A Citrus

📋 copy color: '#96C10A'

red 150 ◦ green 193 ◦ blue 10

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

Shades of Citrus #96C10A

Tints of Citrus #96C10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

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

R = 42.49%
G = 54.67%
B = 2.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#96C10A (or 0x96C10A) is known color: Citrus. HEX triplet: 96, C1 and 0A. RGB value is (150,193,10). Sum of RGB (Red+Green+Blue) = 150+193+10=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #96C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C10A is #693EF5. Grayscale: #9F9F9F. Windows color (decimal): -6897398 or 704918. OLE color: 704918.

HSL color Cylindrical-coordinate representation of color #96C10A: hue angle of 74.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96C10A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 10 -
CMYK 0.22 0 0.95 0.24
HSL 74.1º 0.9% 0.4% -
HSV(B) 74.1º 0.95% 0.76% -
XYZ 31.7 44.65 7.23 -
YUV 159.28 43.75 121.38 -
System Red Green Blue C M Y K H S L
Decimal 150 193 10 0.22 0 0.95 0.24 74.1 0.9 0.4
Hex 96 C1 A 16 0 5F 18 4A 5A 28
Octal 226 301 12 26 0 137 30 112 132 50
Binary 10010110 11000001 1010 10110 0 1011111 11000 1001010 1011010 101000

Color Harmonies of #96C10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C10A

Black with #96C10A

Text Example


Text Example

White with #96C10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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