Html Css Color HEX #96F18D Light Green

📋 copy color: '#96F18D'

red 150 ◦ green 241 ◦ blue 141

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

Shades of Light Green #96F18D

Tints of Light Green #96F18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 28.2%
G = 45.3%
B = 26.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#96F18D (or 0x96F18D) is known color: Light Green. HEX triplet: 96, F1 and 8D. RGB value is (150,241,141). Sum of RGB (Red+Green+Blue) = 150+241+141=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #96F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F18D is #690E72. Grayscale: #CACACA. Windows color (decimal): -6884979 or 9302422. OLE color: 9302422.

HSL color Cylindrical-coordinate representation of color #96F18D: hue angle of 114.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F18D is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 141 -
CMYK 0.38 0 0.41 0.05
HSL 114.6º 0.78% 0.75% -
HSV(B) 114.6º 0.41% 0.95% -
XYZ 48.84 71.32 36.39 -
YUV 202.39 93.35 90.63 -
System Red Green Blue C M Y K H S L
Decimal 150 241 141 0.38 0 0.41 0.05 114.6 0.78 0.75
Hex 96 F1 8D 26 0 29 5 73 4E 4B
Octal 226 361 215 46 0 51 5 163 116 113
Binary 10010110 11110001 10001101 100110 0 101001 101 1110011 1001110 1001011

Color Harmonies of #96F18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F18D

Black with #96F18D

Text Example


Text Example

White with #96F18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,141); }

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

background-color css

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

 a { background-color: rgb(150,241,141); }

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

border-color css

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

 span { border-color: rgb(150,241,141); }

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