Html Css Color HEX #96D122 Yellow Green

📋 copy color: '#96D122'

red 150 ◦ green 209 ◦ blue 34

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

Shades of Yellow Green #96D122

Tints of Yellow Green #96D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.18%

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

R = 38.17%
G = 53.18%
B = 8.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#96D122 (or 0x96D122) is known color: Yellow Green. HEX triplet: 96, D1 and 22. RGB value is (150,209,34). Sum of RGB (Red+Green+Blue) = 150+209+34=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #96D122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D122 is #692EDD. Grayscale: #ACACAC. Windows color (decimal): -6893278 or 2281878. OLE color: 2281878.

HSL color Cylindrical-coordinate representation of color #96D122: hue angle of 80.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96D122 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 34 -
CMYK 0.28 0 0.84 0.18
HSL 80.23º 0.72% 0.48% -
HSV(B) 80.23º 0.84% 0.82% -
XYZ 35.67 52.2 9.71 -
YUV 171.41 50.45 112.73 -
System Red Green Blue C M Y K H S L
Decimal 150 209 34 0.28 0 0.84 0.18 80.23 0.72 0.48
Hex 96 D1 22 1C 0 54 12 50 48 30
Octal 226 321 42 34 0 124 22 120 110 60
Binary 10010110 11010001 100010 11100 0 1010100 10010 1010000 1001000 110000

Color Harmonies of #96D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D122

Black with #96D122

Text Example


Text Example

White with #96D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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