#0FA25E

Color #0FA25E Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0FA25E

Tints of Shamrock Green #0FA25E

Color information

#0FA25E (or 0x0FA25E) is unknown color: approx Shamrock Green. HEX triplet: 0F, A2 and 5E. RGB value is (15,162,94). Sum of RGB (Red+Green+Blue) = 15+162+94=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA25E is #F05DA1. Grayscale: #6E6E6E. Windows color (decimal): -15752610 or 6201871. OLE color: 6201871.

HSL color Cylindrical-coordinate representation of color #0FA25E: hue angle of 152.24º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA25E is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1516294-
CMYK0.9100.420.36
HSL152.24º83.05%34.71%-
HSV(B)152.24º90.74%63.53%-
XYZ15.1426.7514.96-
YUV110.29118.860.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.54%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=5.54%
G=59.78%
B=34.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162940.9100.420.36152.2483.0534.71
HexFA25E5B02A24985323
Octal172421361330524423012343
Binary111110100010101111010110110101010100100100110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FA25E; }

 p { color: rgb(15,162,94); }

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

<style>
 a { background-color: #0FA25E; }

 a { background-color: rgb(15,162,94); }

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

<style>
 span { border-color: #0FA25E; }

 span { border-color: rgb(15,162,94); }

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