Html Css Color HEX #96F298 Pale Green

📋 copy color: '#96F298'

red 150 ◦ green 242 ◦ blue 152

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

Shades of Pale Green #96F298

Tints of Pale Green #96F298

RGB

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

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

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

R = 27.57%
G = 44.49%
B = 27.94%

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

#96F298 (or 0x96F298) is known color: Pale Green. HEX triplet: 96, F2 and 98. RGB value is (150,242,152). Sum of RGB (Red+Green+Blue) = 150+242+152=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #96F298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F298 is #690D67. Grayscale: #CCCCCC. Windows color (decimal): -6884712 or 10023574. OLE color: 10023574.

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

Color convert

RGB 150 242 152 -
CMYK 0.38 0 0.37 0.05
HSL 121.3º 0.78% 0.77% -
HSV(B) 121.3º 0.38% 0.95% -
XYZ 50 72.26 41.02 -
YUV 204.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 150 242 152 0.38 0 0.37 0.05 121.3 0.78 0.77
Hex 96 F2 98 26 0 25 5 79 4E 4D
Octal 226 362 230 46 0 45 5 171 116 115
Binary 10010110 11110010 10011000 100110 0 100101 101 1111001 1001110 1001101

Color Harmonies of #96F298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F298

Black with #96F298

Text Example


Text Example

White with #96F298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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