Html Css Color HEX #05994C Pigment Green

📋 copy color: '#05994C'

red 5 ◦ green 153 ◦ blue 76

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

Shades of Pigment Green #05994C

Tints of Pigment Green #05994C

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

 GREEN value IS 153 (60.16% from 255) = 65.38%

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 2.14%
G = 65.38%
B = 32.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#05994C (or 0x05994C) is known color: Pigment Green. HEX triplet: 05, 99 and 4C. RGB value is (5,153,76). Sum of RGB (Red+Green+Blue) = 5+153+76=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #05994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05994C is #FA66B3. Grayscale: #646464. Windows color (decimal): -16410292 or 5019909. OLE color: 5019909.

HSL color Cylindrical-coordinate representation of color #05994C: hue angle of 148.78º degrees, saturation: 0.94, 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 #05994C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 76 -
CMYK 0.97 0 0.50 0.4
HSL 148.78º 0.94% 0.31% -
HSV(B) 148.78º 0.97% 0.6% -
XYZ 12.76 23.34 10.67 -
YUV 99.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 5 153 76 0.97 0 0.50 0.4 148.78 0.94 0.31
Hex 5 99 4C 61 0 32 28 95 5E 1F
Octal 5 231 114 141 0 62 50 225 136 37
Binary 101 10011001 1001100 1100001 0 110010 101000 10010101 1011110 11111

Color Harmonies of #05994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05994C

Black with #05994C

Text Example


Text Example

White with #05994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,153,76); }

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

background-color css

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

 a { background-color: rgb(5,153,76); }

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

border-color css

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

 span { border-color: rgb(5,153,76); }

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