Html Css Color HEX #00945E Shamrock Green

📋 copy color: '#00945E'

red 0 ◦ green 148 ◦ blue 94

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

Shades of Shamrock Green #00945E

Tints of Shamrock Green #00945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.16%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 0%
G = 61.16%
B = 38.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#00945E (or 0x00945E) is known color: Shamrock Green. HEX triplet: 00, 94 and 5E. RGB value is (0,148,94). Sum of RGB (Red+Green+Blue) = 0+148+94=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #00945E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00945E is #FF6BA1. Grayscale: #616161. Windows color (decimal): -16739234 or 6198272. OLE color: 6198272.

HSL color Cylindrical-coordinate representation of color #00945E: hue angle of 158.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00945E is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 94 -
CMYK 1 0 0.36 0.42
HSL 158.11º 1% 0.29% -
HSV(B) 158.11º 1% 0.58% -
XYZ 12.61 21.99 14.17 -
YUV 97.59 125.97 58.39 -
System Red Green Blue C M Y K H S L
Decimal 0 148 94 1 0 0.36 0.42 158.11 1 0.29
Hex 0 94 5E 64 0 24 2A 9E 64 1D
Octal 0 224 136 144 0 44 52 236 144 35
Binary 0 10010100 1011110 1100100 0 100100 101010 10011110 1100100 11101

Color Harmonies of #00945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00945E

Black with #00945E

Text Example


Text Example

White with #00945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00945E; }

 p { color: rgb(0,148,94); }

 H1.HeaderClassName
 {
   color: #00945E;
 }
 .AnyTagClassName
 {
   color: #00945E;
 }
</style>

background-color css

<style>
 a { background-color: #00945E; }

 a { background-color: rgb(0,148,94); }

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

border-color css

<style>
 span { border-color: #00945E; }

 span { border-color: rgb(0,148,94); }

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