Html Css Color HEX #96F892 Pale Green

📋 copy color: '#96F892'

red 150 ◦ green 248 ◦ blue 146

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

Shades of Pale Green #96F892

Tints of Pale Green #96F892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.59%

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 27.57%
G = 45.59%
B = 26.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#96F892 (or 0x96F892) is known color: Pale Green. HEX triplet: 96, F8 and 92. RGB value is (150,248,146). Sum of RGB (Red+Green+Blue) = 150+248+146=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #96F892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F892 is #69076D. Grayscale: #CFCFCF. Windows color (decimal): -6883182 or 9631894. OLE color: 9631894.

HSL color Cylindrical-coordinate representation of color #96F892: hue angle of 117.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F892 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 146 -
CMYK 0.40 0 0.41 0.03
HSL 117.65º 0.88% 0.77% -
HSV(B) 117.65º 0.41% 0.97% -
XYZ 51.33 75.69 39.1 -
YUV 207.07 93.53 87.29 -
System Red Green Blue C M Y K H S L
Decimal 150 248 146 0.40 0 0.41 0.03 117.65 0.88 0.77
Hex 96 F8 92 28 0 29 3 76 58 4D
Octal 226 370 222 50 0 51 3 166 130 115
Binary 10010110 11111000 10010010 101000 0 101001 11 1110110 1011000 1001101

Color Harmonies of #96F892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F892

Black with #96F892

Text Example


Text Example

White with #96F892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,146); }

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

background-color css

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

 a { background-color: rgb(150,248,146); }

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

border-color css

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

 span { border-color: rgb(150,248,146); }

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