#95C150

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

Shades of Atlantis #95C150

Tints of Atlantis #95C150

Color information

#95C150 (or 0x95C150) is unknown color: approx Atlantis. HEX triplet: 95, C1 and 50. RGB value is (149,193,80). Sum of RGB (Red+Green+Blue) = 149+193+80=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #95C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C150 is #6A3EAF. Grayscale: #A7A7A7. Windows color (decimal): -6962864 or 5292437. OLE color: 5292437.

HSL color Cylindrical-coordinate representation of color #95C150: hue angle of 83.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95C150 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB14919380-
CMYK0.2300.590.24
HSL83.36º47.68%53.53%-
HSV(B)83.36º58.55%75.69%-
XYZ32.9145.1114.56-
YUV166.9678.92115.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=35.31%
G=45.73%
B=18.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149193800.2300.590.2483.3647.6853.53
Hex95C1501703B18533036
Octal22530112027073301236066
Binary10010101110000011010000101110111011110001010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,80); }

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

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

 a { background-color: rgb(149,193,80); }

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

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

 span { border-color: rgb(149,193,80); }

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