Html Css Color HEX #96F592 Pale Green

📋 copy color: '#96F592'

red 150 ◦ green 245 ◦ blue 146

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

Shades of Pale Green #96F592

Tints of Pale Green #96F592

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

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

R = 27.73%
G = 45.29%
B = 26.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#96F592 (or 0x96F592) is known color: Pale Green. HEX triplet: 96, F5 and 92. RGB value is (150,245,146). Sum of RGB (Red+Green+Blue) = 150+245+146=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #96F592 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F592 is #690A6D. Grayscale: #CDCDCD. Windows color (decimal): -6883950 or 9631126. OLE color: 9631126.

HSL color Cylindrical-coordinate representation of color #96F592: hue angle of 117.58º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F592 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 146 -
CMYK 0.39 0 0.40 0.04
HSL 117.58º 0.83% 0.77% -
HSV(B) 117.58º 0.4% 0.96% -
XYZ 50.42 73.86 38.79 -
YUV 205.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 150 245 146 0.39 0 0.40 0.04 117.58 0.83 0.77
Hex 96 F5 92 27 0 28 4 76 53 4D
Octal 226 365 222 47 0 50 4 166 123 115
Binary 10010110 11110101 10010010 100111 0 101000 100 1110110 1010011 1001101

Color Harmonies of #96F592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F592

Black with #96F592

Text Example


Text Example

White with #96F592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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