Html Css Color HEX #04985A Shamrock Green

📋 copy color: '#04985A'

red 4 ◦ green 152 ◦ blue 90

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

Shades of Shamrock Green #04985A

Tints of Shamrock Green #04985A

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

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

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 1.63%
G = 61.79%
B = 36.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#04985A (or 0x04985A) is known color: Shamrock Green. HEX triplet: 04, 98 and 5A. RGB value is (4,152,90). Sum of RGB (Red+Green+Blue) = 4+152+90=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #04985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04985A is #FB67A5. Grayscale: #646464. Windows color (decimal): -16476070 or 5937156. OLE color: 5937156.

HSL color Cylindrical-coordinate representation of color #04985A: hue angle of 154.86º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04985A is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 90 -
CMYK 0.97 0 0.41 0.40
HSL 154.86º 0.95% 0.31% -
HSV(B) 154.86º 0.97% 0.6% -
XYZ 13.12 23.22 13.46 -
YUV 100.68 121.97 59.04 -
System Red Green Blue C M Y K H S L
Decimal 4 152 90 0.97 0 0.41 0.40 154.86 0.95 0.31
Hex 4 98 5A 61 0 29 28 9B 5F 1F
Octal 4 230 132 141 0 51 50 233 137 37
Binary 100 10011000 1011010 1100001 0 101001 101000 10011011 1011111 11111

Color Harmonies of #04985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04985A

Black with #04985A

Text Example


Text Example

White with #04985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,152,90); }

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

background-color css

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

 a { background-color: rgb(4,152,90); }

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

border-color css

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

 span { border-color: rgb(4,152,90); }

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