Html Css Color HEX #96FBA2 Pale Green

📋 copy color: '#96FBA2'

red 150 ◦ green 251 ◦ blue 162

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

Shades of Pale Green #96FBA2

Tints of Pale Green #96FBA2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.58%

 BLUE value IS 162 (63.67% from 255) = 28.77%

R = 26.64%
G = 44.58%
B = 28.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#96FBA2 (or 0x96FBA2) is known color: Pale Green. HEX triplet: 96, FB and A2. RGB value is (150,251,162). Sum of RGB (Red+Green+Blue) = 150+251+162=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA2 is #69045D. Grayscale: #D2D2D2. Windows color (decimal): -6882398 or 10681238. OLE color: 10681238.

HSL color Cylindrical-coordinate representation of color #96FBA2: hue angle of 127.13º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBA2 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 162 -
CMYK 0.40 0 0.35 0.02
HSL 127.13º 0.93% 0.79% -
HSV(B) 127.13º 0.4% 0.98% -
XYZ 53.6 78.09 46.43 -
YUV 210.66 100.54 84.74 -
System Red Green Blue C M Y K H S L
Decimal 150 251 162 0.40 0 0.35 0.02 127.13 0.93 0.79
Hex 96 FB A2 28 0 23 2 7F 5D 4F
Octal 226 373 242 50 0 43 2 177 135 117
Binary 10010110 11111011 10100010 101000 0 100011 10 1111111 1011101 1001111

Color Harmonies of #96FBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBA2

Black with #96FBA2

Text Example


Text Example

White with #96FBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,251,162); }

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

background-color css

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

 a { background-color: rgb(150,251,162); }

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

border-color css

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

 span { border-color: rgb(150,251,162); }

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