Html Css Color HEX #96FBA5 Pale Green

📋 copy color: '#96FBA5'

red 150 ◦ green 251 ◦ blue 165

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

Shades of Pale Green #96FBA5

Tints of Pale Green #96FBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.15%

R = 26.5%
G = 44.35%
B = 29.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#96FBA5 (or 0x96FBA5) is known color: Pale Green. HEX triplet: 96, FB and A5. RGB value is (150,251,165). Sum of RGB (Red+Green+Blue) = 150+251+165=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBA5 is #69045A. Grayscale: #D3D3D3. Windows color (decimal): -6882395 or 10877846. OLE color: 10877846.

HSL color Cylindrical-coordinate representation of color #96FBA5: hue angle of 128.91º 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 #96FBA5 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 165 -
CMYK 0.40 0 0.34 0.02
HSL 128.91º 0.93% 0.79% -
HSV(B) 128.91º 0.4% 0.98% -
XYZ 53.87 78.2 47.85 -
YUV 211 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 150 251 165 0.40 0 0.34 0.02 128.91 0.93 0.79
Hex 96 FB A5 28 0 22 2 81 5D 4F
Octal 226 373 245 50 0 42 2 201 135 117
Binary 10010110 11111011 10100101 101000 0 100010 10 10000001 1011101 1001111

Color Harmonies of #96FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBA5

Black with #96FBA5

Text Example


Text Example

White with #96FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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