Html Css Color HEX #00925B Shamrock Green

📋 copy color: '#00925B'

red 0 ◦ green 146 ◦ blue 91

#00925B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #00925B

Tints of Shamrock Green #00925B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 146 (57.42% from 255) = 61.6%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 0%
G = 61.6%
B = 38.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#00925B (or 0x00925B) is known color: Shamrock Green. HEX triplet: 00, 92 and 5B. RGB value is (0,146,91). Sum of RGB (Red+Green+Blue) = 0+146+91=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #00925B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00925B is #FF6DA4. Grayscale: #606060. Windows color (decimal): -16739749 or 6001152. OLE color: 6001152.

HSL color Cylindrical-coordinate representation of color #00925B: hue angle of 157.4º 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 #00925B is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 91 -
CMYK 1 0 0.38 0.43
HSL 157.4º 1% 0.29% -
HSV(B) 157.4º 1% 0.57% -
XYZ 12.17 21.31 13.37 -
YUV 96.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 0 146 91 1 0 0.38 0.43 157.4 1 0.29
Hex 0 92 5B 64 0 26 2B 9D 64 1D
Octal 0 222 133 144 0 46 53 235 144 35
Binary 0 10010010 1011011 1100100 0 100110 101011 10011101 1100100 11101

Color Harmonies of #00925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00925B

Black with #00925B

Text Example


Text Example

White with #00925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00925B;
 }
 .AnyTagClassName
 {
   color: #00925B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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