Html Css Color HEX #96F198 Pale Green

📋 copy color: '#96F198'

red 150 ◦ green 241 ◦ blue 152

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

Shades of Pale Green #96F198

Tints of Pale Green #96F198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 27.62%
G = 44.38%
B = 27.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#96F198 (or 0x96F198) is known color: Pale Green. HEX triplet: 96, F1 and 98. RGB value is (150,241,152). Sum of RGB (Red+Green+Blue) = 150+241+152=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #96F198 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F198 is #690E67. Grayscale: #CBCBCB. Windows color (decimal): -6884968 or 10023318. OLE color: 10023318.

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

Color convert

RGB 150 241 152 -
CMYK 0.38 0 0.37 0.05
HSL 121.32º 0.76% 0.77% -
HSV(B) 121.32º 0.38% 0.95% -
XYZ 49.7 71.66 40.92 -
YUV 203.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 150 241 152 0.38 0 0.37 0.05 121.32 0.76 0.77
Hex 96 F1 98 26 0 25 5 79 4C 4D
Octal 226 361 230 46 0 45 5 171 114 115
Binary 10010110 11110001 10011000 100110 0 100101 101 1111001 1001100 1001101

Color Harmonies of #96F198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F198

Black with #96F198

Text Example


Text Example

White with #96F198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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