#0CA761

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

Shades of Shamrock Green #0CA761

Tints of Shamrock Green #0CA761

Color information

#0CA761 (or 0x0CA761) is unknown color: approx Shamrock Green. HEX triplet: 0C, A7 and 61. RGB value is (12,167,97). Sum of RGB (Red+Green+Blue) = 12+167+97=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA761 is #F3589E. Grayscale: #707070. Windows color (decimal): -15947935 or 6399756. OLE color: 6399756.

HSL color Cylindrical-coordinate representation of color #0CA761: hue angle of 152.9º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA761 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1216797-
CMYK0.9300.420.35
HSL152.9º86.59%35.1%-
HSV(B)152.9º92.81%65.49%-
XYZ16.1328.5815.98-
YUV112.67119.1556.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 167 (65.62% from 255) = 60.51%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=4.35%
G=60.51%
B=35.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167970.9300.420.35152.986.5935.1
HexCA7615D02A23995723
Octal142471411350524323112743
Binary110010100111110000110111010101010100011100110011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,167,97); }

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

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

 a { background-color: rgb(12,167,97); }

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

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

 span { border-color: rgb(12,167,97); }

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