Html Css Color HEX #00985C Shamrock Green

📋 copy color: '#00985C'

red 0 ◦ green 152 ◦ blue 92

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

Shades of Shamrock Green #00985C

Tints of Shamrock Green #00985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.3%

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 0%
G = 62.3%
B = 37.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#00985C (or 0x00985C) is known color: Shamrock Green. HEX triplet: 00, 98 and 5C. RGB value is (0,152,92). Sum of RGB (Red+Green+Blue) = 0+152+92=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 152 (59.77% from 255 or 62.30% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 152 - color contains mainly: green. Hex color #00985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00985C is #FF67A3. Grayscale: #636363. Windows color (decimal): -16738212 or 6068224. OLE color: 6068224.

HSL color Cylindrical-coordinate representation of color #00985C: hue angle of 156.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00985C is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 92 -
CMYK 1 0 0.39 0.40
HSL 156.32º 1% 0.3% -
HSV(B) 156.32º 1% 0.6% -
XYZ 13.16 23.23 13.92 -
YUV 99.71 123.64 56.88 -
System Red Green Blue C M Y K H S L
Decimal 0 152 92 1 0 0.39 0.40 156.32 1 0.3
Hex 0 98 5C 64 0 27 28 9C 64 1E
Octal 0 230 134 144 0 47 50 234 144 36
Binary 0 10011000 1011100 1100100 0 100111 101000 10011100 1100100 11110

Color Harmonies of #00985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00985C

Black with #00985C

Text Example


Text Example

White with #00985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00985C; }

 p { color: rgb(0,152,92); }

 H1.HeaderClassName
 {
   color: #00985C;
 }
 .AnyTagClassName
 {
   color: #00985C;
 }
</style>

background-color css

<style>
 a { background-color: #00985C; }

 a { background-color: rgb(0,152,92); }

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

border-color css

<style>
 span { border-color: #00985C; }

 span { border-color: rgb(0,152,92); }

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