Html Css Color HEX #009864 Shamrock Green

📋 copy color: '#009864'

red 0 ◦ green 152 ◦ blue 100

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

Shades of Shamrock Green #009864

Tints of Shamrock Green #009864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 0%
G = 60.32%
B = 39.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#009864 (or 0x009864) is known color: Shamrock Green. HEX triplet: 00, 98 and 64. RGB value is (0,152,100). Sum of RGB (Red+Green+Blue) = 0+152+100=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #009864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009864 is #FF679B. Grayscale: #646464. Windows color (decimal): -16738204 or 6592512. OLE color: 6592512.

HSL color Cylindrical-coordinate representation of color #009864: hue angle of 159.47º 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 #009864 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 100 -
CMYK 1 0 0.34 0.40
HSL 159.47º 1% 0.3% -
HSV(B) 159.47º 1% 0.6% -
XYZ 13.53 23.38 15.86 -
YUV 100.62 127.64 56.23 -
System Red Green Blue C M Y K H S L
Decimal 0 152 100 1 0 0.34 0.40 159.47 1 0.3
Hex 0 98 64 64 0 22 28 9F 64 1E
Octal 0 230 144 144 0 42 50 237 144 36
Binary 0 10011000 1100100 1100100 0 100010 101000 10011111 1100100 11110

Color Harmonies of #009864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009864

Black with #009864

Text Example


Text Example

White with #009864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009864; }

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

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

background-color css

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

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

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

border-color css

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

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

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