Html Css Color HEX #96E126 Yellow Green

📋 copy color: '#96E126'

red 150 ◦ green 225 ◦ blue 38

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

Shades of Yellow Green #96E126

Tints of Yellow Green #96E126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.48%

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 36.32%
G = 54.48%
B = 9.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#96E126 (or 0x96E126) is known color: Yellow Green. HEX triplet: 96, E1 and 26. RGB value is (150,225,38). Sum of RGB (Red+Green+Blue) = 150+225+38=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #96E126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E126 is #691ED9. Grayscale: #B5B5B5. Windows color (decimal): -6889178 or 2548118. OLE color: 2548118.

HSL color Cylindrical-coordinate representation of color #96E126: hue angle of 84.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96E126 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 38 -
CMYK 0.33 0 0.83 0.12
HSL 84.06º 0.76% 0.52% -
HSV(B) 84.06º 0.83% 0.88% -
XYZ 39.85 60.47 11.41 -
YUV 181.26 47.15 105.71 -
System Red Green Blue C M Y K H S L
Decimal 150 225 38 0.33 0 0.83 0.12 84.06 0.76 0.52
Hex 96 E1 26 21 0 53 C 54 4C 34
Octal 226 341 46 41 0 123 14 124 114 64
Binary 10010110 11100001 100110 100001 0 1010011 1100 1010100 1001100 110100

Color Harmonies of #96E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E126

Black with #96E126

Text Example


Text Example

White with #96E126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,38); }

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

background-color css

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

 a { background-color: rgb(150,225,38); }

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

border-color css

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

 span { border-color: rgb(150,225,38); }

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