Html Css Color HEX #96DA2A Yellow Green

📋 copy color: '#96DA2A'

red 150 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #96DA2A

Tints of Yellow Green #96DA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.17%

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 36.59%
G = 53.17%
B = 10.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#96DA2A (or 0x96DA2A) is known color: Yellow Green. HEX triplet: 96, DA and 2A. RGB value is (150,218,42). Sum of RGB (Red+Green+Blue) = 150+218+42=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DA2A is #6925D5. Grayscale: #B2B2B2. Windows color (decimal): -6890966 or 2808470. OLE color: 2808470.

HSL color Cylindrical-coordinate representation of color #96DA2A: hue angle of 83.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96DA2A is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 42 -
CMYK 0.31 0 0.81 0.15
HSL 83.18º 0.7% 0.51% -
HSV(B) 83.18º 0.81% 0.85% -
XYZ 38.07 56.79 11.15 -
YUV 177.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 150 218 42 0.31 0 0.81 0.15 83.18 0.7 0.51
Hex 96 DA 2A 1F 0 51 F 53 46 33
Octal 226 332 52 37 0 121 17 123 106 63
Binary 10010110 11011010 101010 11111 0 1010001 1111 1010011 1000110 110011

Color Harmonies of #96DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA2A

Black with #96DA2A

Text Example


Text Example

White with #96DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,42); }

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

background-color css

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

 a { background-color: rgb(150,218,42); }

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

border-color css

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

 span { border-color: rgb(150,218,42); }

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