Html Css Color HEX #96FAA5 Pale Green

📋 copy color: '#96FAA5'

red 150 ◦ green 250 ◦ blue 165

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

Shades of Pale Green #96FAA5

Tints of Pale Green #96FAA5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

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

R = 26.55%
G = 44.25%
B = 29.2%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#96FAA5 (or 0x96FAA5) is known color: Pale Green. HEX triplet: 96, FA and A5. RGB value is (150,250,165). Sum of RGB (Red+Green+Blue) = 150+250+165=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAA5 is #69055A. Grayscale: #D2D2D2. Windows color (decimal): -6882651 or 10877590. OLE color: 10877590.

HSL color Cylindrical-coordinate representation of color #96FAA5: hue angle of 129º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAA5 is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 165 -
CMYK 0.4 0 0.34 0.02
HSL 129º 0.91% 0.78% -
HSV(B) 129º 0.4% 0.98% -
XYZ 53.55 77.57 47.75 -
YUV 210.41 102.37 84.91 -
System Red Green Blue C M Y K H S L
Decimal 150 250 165 0.4 0 0.34 0.02 129 0.91 0.78
Hex 96 FA A5 28 0 22 2 81 5B 4E
Octal 226 372 245 50 0 42 2 201 133 116
Binary 10010110 11111010 10100101 101000 0 100010 10 10000001 1011011 1001110

Color Harmonies of #96FAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAA5

Black with #96FAA5

Text Example


Text Example

White with #96FAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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