Html Css Color HEX #96F1A8 Pale Green

📋 copy color: '#96F1A8'

red 150 ◦ green 241 ◦ blue 168

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

Shades of Pale Green #96F1A8

Tints of Pale Green #96F1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.05%

R = 26.83%
G = 43.11%
B = 30.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#96F1A8 (or 0x96F1A8) is known color: Pale Green. HEX triplet: 96, F1 and A8. RGB value is (150,241,168). Sum of RGB (Red+Green+Blue) = 150+241+168=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F1A8 is #690E57. Grayscale: #CDCDCD. Windows color (decimal): -6884952 or 11071894. OLE color: 11071894.

HSL color Cylindrical-coordinate representation of color #96F1A8: hue angle of 131.87º degrees, saturation: 0.76, 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 #96F1A8 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 168 -
CMYK 0.38 0 0.30 0.05
HSL 131.87º 0.76% 0.77% -
HSV(B) 131.87º 0.38% 0.95% -
XYZ 51.1 72.22 48.29 -
YUV 205.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 150 241 168 0.38 0 0.30 0.05 131.87 0.76 0.77
Hex 96 F1 A8 26 0 1E 5 84 4C 4D
Octal 226 361 250 46 0 36 5 204 114 115
Binary 10010110 11110001 10101000 100110 0 11110 101 10000100 1001100 1001101

Color Harmonies of #96F1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1A8

Black with #96F1A8

Text Example


Text Example

White with #96F1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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