Html Css Color HEX #96C122 Yellow Green

📋 copy color: '#96C122'

red 150 ◦ green 193 ◦ blue 34

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

Shades of Yellow Green #96C122

Tints of Yellow Green #96C122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 39.79%
G = 51.19%
B = 9.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#96C122 (or 0x96C122) is known color: Yellow Green. HEX triplet: 96, C1 and 22. RGB value is (150,193,34). Sum of RGB (Red+Green+Blue) = 150+193+34=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #96C122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C122 is #693EDD. Grayscale: #A2A2A2. Windows color (decimal): -6897374 or 2277782. OLE color: 2277782.

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

Color convert

RGB 150 193 34 -
CMYK 0.22 0 0.82 0.24
HSL 76.23º 0.7% 0.45% -
HSV(B) 76.23º 0.82% 0.76% -
XYZ 31.94 44.74 8.47 -
YUV 162.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 150 193 34 0.22 0 0.82 0.24 76.23 0.7 0.45
Hex 96 C1 22 16 0 52 18 4C 46 2D
Octal 226 301 42 26 0 122 30 114 106 55
Binary 10010110 11000001 100010 10110 0 1010010 11000 1001100 1000110 101101

Color Harmonies of #96C122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C122

Black with #96C122

Text Example


Text Example

White with #96C122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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