Html Css Color HEX #96F6A1 Pale Green

📋 copy color: '#96F6A1'

red 150 ◦ green 246 ◦ blue 161

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

Shades of Pale Green #96F6A1

Tints of Pale Green #96F6A1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.17%

 BLUE value IS 161 (63.28% from 255) = 28.9%

R = 26.93%
G = 44.17%
B = 28.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#96F6A1 (or 0x96F6A1) is known color: Pale Green. HEX triplet: 96, F6 and A1. RGB value is (150,246,161). Sum of RGB (Red+Green+Blue) = 150+246+161=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F6A1 is #69095E. Grayscale: #CFCFCF. Windows color (decimal): -6883679 or 10614422. OLE color: 10614422.

HSL color Cylindrical-coordinate representation of color #96F6A1: hue angle of 126.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6A1 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 161 -
CMYK 0.39 0 0.35 0.04
HSL 126.88º 0.84% 0.78% -
HSV(B) 126.88º 0.39% 0.96% -
XYZ 51.97 74.97 45.45 -
YUV 207.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 150 246 161 0.39 0 0.35 0.04 126.88 0.84 0.78
Hex 96 F6 A1 27 0 23 4 7F 54 4E
Octal 226 366 241 47 0 43 4 177 124 116
Binary 10010110 11110110 10100001 100111 0 100011 100 1111111 1010100 1001110

Color Harmonies of #96F6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F6A1

Black with #96F6A1

Text Example


Text Example

White with #96F6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,246,161); }

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

background-color css

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

 a { background-color: rgb(150,246,161); }

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

border-color css

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

 span { border-color: rgb(150,246,161); }

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