#95F1A4

Color #95F1A4 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #95F1A4

Tints of Pale Green #95F1A4

Color information

#95F1A4 (or 0x95F1A4) is unknown color: approx Pale Green. HEX triplet: 95, F1 and A4. RGB value is (149,241,164). Sum of RGB (Red+Green+Blue) = 149+241+164=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1A4 is #6A0E5B. Grayscale: #CCCCCC. Windows color (decimal): -6950492 or 10809749. OLE color: 10809749.

HSL color Cylindrical-coordinate representation of color #95F1A4: hue angle of 129.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1A4 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB149241164-
CMYK0.3800.320.05
HSL129.78º76.67%76.47%-
HSV(B)129.78º38.17%94.51%-
XYZ50.5571.9846.35-
YUV204.71105.0288.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=26.90%
G=43.50%
B=29.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411640.3800.320.05129.7876.6776.47
Hex95F1A4260205824d4c
Octal225361244460405202115114
Binary10010101111100011010010010011001000001011000001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F1A4; }

 p { color: rgb(149,241,164); }

 H1.HeaderClassName
 {
   color: #95F1A4;
 }
 .AnyTagClassName
 {
   color: #95F1A4;
 }
</style>
background-color css

<style>
 a { background-color: #95F1A4; }

 a { background-color: rgb(149,241,164); }

 div.DivClassName
 {
   background-color: #95F1A4;
 }
 .BgClassName
 {
   background-color: #95F1A4;
 }
</style>
border-color css

<style>
 span { border-color: #95F1A4; }

 span { border-color: rgb(149,241,164); }

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