#00925A

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

Shades of Shamrock Green #00925A

Tints of Shamrock Green #00925A

Color information

#00925A (or 0x00925A) is unknown color: approx Shamrock Green. HEX triplet: 00, 92 and 5A. RGB value is (0,146,90). Sum of RGB (Red+Green+Blue) = 0+146+90=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #00925A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00925A is #FF6DA5. Grayscale: #606060. Windows color (decimal): -16739750 or 5935616. OLE color: 5935616.

HSL color Cylindrical-coordinate representation of color #00925A: hue angle of 156.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00925A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB014690-
CMYK100.380.43
HSL156.99º100%28.63%-
HSV(B)156.99º100%57.25%-
XYZ12.1221.313.14-
YUV95.96124.6359.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=0%
G=61.86%
B=38.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014690100.380.43156.9910028.63
Hex0925A640262B9d641d
Octal02221321440465323514435
Binary01001001010110101100100010011010101110011101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00925A; }

 p { color: rgb(0,146,90); }

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

<style>
 a { background-color: #00925A; }

 a { background-color: rgb(0,146,90); }

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

<style>
 span { border-color: #00925A; }

 span { border-color: rgb(0,146,90); }

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