Html Css Color HEX #96F29D Pale Green

📋 copy color: '#96F29D'

red 150 ◦ green 242 ◦ blue 157

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

Shades of Pale Green #96F29D

Tints of Pale Green #96F29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

 BLUE value IS 157 (61.72% from 255) = 28.6%

R = 27.32%
G = 44.08%
B = 28.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#96F29D (or 0x96F29D) is known color: Pale Green. HEX triplet: 96, F2 and 9D. RGB value is (150,242,157). Sum of RGB (Red+Green+Blue) = 150+242+157=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #96F29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F29D is #690D62. Grayscale: #CDCDCD. Windows color (decimal): -6884707 or 10351254. OLE color: 10351254.

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

Color convert

RGB 150 242 157 -
CMYK 0.38 0 0.35 0.05
HSL 124.57º 0.78% 0.77% -
HSV(B) 124.57º 0.38% 0.95% -
XYZ 50.42 72.42 43.22 -
YUV 204.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 150 242 157 0.38 0 0.35 0.05 124.57 0.78 0.77
Hex 96 F2 9D 26 0 23 5 7D 4E 4D
Octal 226 362 235 46 0 43 5 175 116 115
Binary 10010110 11110010 10011101 100110 0 100011 101 1111101 1001110 1001101

Color Harmonies of #96F29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F29D

Black with #96F29D

Text Example


Text Example

White with #96F29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,157); }

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

background-color css

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

 a { background-color: rgb(150,242,157); }

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

border-color css

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

 span { border-color: rgb(150,242,157); }

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