Html Css Color HEX #96FAB4 Pale Green

📋 copy color: '#96FAB4'

red 150 ◦ green 250 ◦ blue 180

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

Shades of Pale Green #96FAB4

Tints of Pale Green #96FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.03%

R = 25.86%
G = 43.1%
B = 31.03%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#96FAB4 (or 0x96FAB4) is known color: Pale Green. HEX triplet: 96, FA and B4. RGB value is (150,250,180). Sum of RGB (Red+Green+Blue) = 150+250+180=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAB4 is #69054B. Grayscale: #D4D4D4. Windows color (decimal): -6882636 or 11860630. OLE color: 11860630.

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

Color convert

RGB 150 250 180 -
CMYK 0.4 0 0.28 0.02
HSL 138º 0.91% 0.78% -
HSV(B) 138º 0.4% 0.98% -
XYZ 55 78.15 55.37 -
YUV 212.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 150 250 180 0.4 0 0.28 0.02 138 0.91 0.78
Hex 96 FA B4 28 0 1C 2 8A 5B 4E
Octal 226 372 264 50 0 34 2 212 133 116
Binary 10010110 11111010 10110100 101000 0 11100 10 10001010 1011011 1001110

Color Harmonies of #96FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAB4

Black with #96FAB4

Text Example


Text Example

White with #96FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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