Html Css Color HEX #96C024 Yellow Green

📋 copy color: '#96C024'

red 150 ◦ green 192 ◦ blue 36

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

Shades of Yellow Green #96C024

Tints of Yellow Green #96C024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 39.68%
G = 50.79%
B = 9.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#96C024 (or 0x96C024) is known color: Yellow Green. HEX triplet: 96, C0 and 24. RGB value is (150,192,36). Sum of RGB (Red+Green+Blue) = 150+192+36=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #96C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C024 is #693FDB. Grayscale: #A2A2A2. Windows color (decimal): -6897628 or 2408598. OLE color: 2408598.

HSL color Cylindrical-coordinate representation of color #96C024: hue angle of 76.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96C024 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 36 -
CMYK 0.22 0 0.81 0.25
HSL 76.15º 0.68% 0.45% -
HSV(B) 76.15º 0.81% 0.75% -
XYZ 31.75 44.31 8.55 -
YUV 161.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 150 192 36 0.22 0 0.81 0.25 76.15 0.68 0.45
Hex 96 C0 24 16 0 51 19 4C 44 2D
Octal 226 300 44 26 0 121 31 114 104 55
Binary 10010110 11000000 100100 10110 0 1010001 11001 1001100 1000100 101101

Color Harmonies of #96C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C024

Black with #96C024

Text Example


Text Example

White with #96C024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,36); }

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

background-color css

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

 a { background-color: rgb(150,192,36); }

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

border-color css

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

 span { border-color: rgb(150,192,36); }

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