Html Css Color HEX #96CA22 Yellow Green

📋 copy color: '#96CA22'

red 150 ◦ green 202 ◦ blue 34

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

Shades of Yellow Green #96CA22

Tints of Yellow Green #96CA22

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

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

R = 38.86%
G = 52.33%
B = 8.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#96CA22 (or 0x96CA22) is known color: Yellow Green. HEX triplet: 96, CA and 22. RGB value is (150,202,34). Sum of RGB (Red+Green+Blue) = 150+202+34=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA22 is #6935DD. Grayscale: #A7A7A7. Windows color (decimal): -6895070 or 2280086. OLE color: 2280086.

HSL color Cylindrical-coordinate representation of color #96CA22: hue angle of 78.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96CA22 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 34 -
CMYK 0.26 0 0.83 0.21
HSL 78.57º 0.71% 0.46% -
HSV(B) 78.57º 0.83% 0.79% -
XYZ 33.99 48.84 9.15 -
YUV 167.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 150 202 34 0.26 0 0.83 0.21 78.57 0.71 0.46
Hex 96 CA 22 1A 0 53 15 4F 47 2E
Octal 226 312 42 32 0 123 25 117 107 56
Binary 10010110 11001010 100010 11010 0 1010011 10101 1001111 1000111 101110

Color Harmonies of #96CA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA22

Black with #96CA22

Text Example


Text Example

White with #96CA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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