#0CA25A

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

Shades of Shamrock Green #0CA25A

Tints of Shamrock Green #0CA25A

Color information

#0CA25A (or 0x0CA25A) is unknown color: approx Shamrock Green. HEX triplet: 0C, A2 and 5A. RGB value is (12,162,90). Sum of RGB (Red+Green+Blue) = 12+162+90=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA25A is #F35DA5. Grayscale: #6D6D6D. Windows color (decimal): -15949222 or 5939724. OLE color: 5939724.

HSL color Cylindrical-coordinate representation of color #0CA25A: hue angle of 151.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA25A is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1216290-
CMYK0.9300.440.36
HSL151.2º86.21%34.12%-
HSV(B)151.2º92.59%63.53%-
XYZ14.9226.6614.03-
YUV108.94117.358.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.55%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=4.55%
G=61.36%
B=34.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12162900.9300.440.36151.286.2134.12
HexCA25A5D02C24975622
Octal142421321350544422712642
Binary110010100010101101010111010101100100100100101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,90); }

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

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

 a { background-color: rgb(12,162,90); }

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

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

 span { border-color: rgb(12,162,90); }

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