Html Css Color HEX #00993A Pigment Green

📋 copy color: '#00993A'

red 0 ◦ green 153 ◦ blue 58

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

Shades of Pigment Green #00993A

Tints of Pigment Green #00993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 0%
G = 72.51%
B = 27.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#00993A (or 0x00993A) is known color: Pigment Green. HEX triplet: 00, 99 and 3A. RGB value is (0,153,58). Sum of RGB (Red+Green+Blue) = 0+153+58=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #00993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00993A is #FF66C5. Grayscale: #606060. Windows color (decimal): -16737990 or 3840256. OLE color: 3840256.

HSL color Cylindrical-coordinate representation of color #00993A: hue angle of 142.75º 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 #00993A is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 58 -
CMYK 1 0 0.62 0.4
HSL 142.75º 1% 0.3% -
HSV(B) 142.75º 1% 0.6% -
XYZ 12.15 23.09 7.82 -
YUV 96.42 106.31 59.22 -
System Red Green Blue C M Y K H S L
Decimal 0 153 58 1 0 0.62 0.4 142.75 1 0.3
Hex 0 99 3A 64 0 3E 28 8F 64 1E
Octal 0 231 72 144 0 76 50 217 144 36
Binary 0 10011001 111010 1100100 0 111110 101000 10001111 1100100 11110

Color Harmonies of #00993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00993A

Black with #00993A

Text Example


Text Example

White with #00993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,153,58); }

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

background-color css

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

 a { background-color: rgb(0,153,58); }

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

border-color css

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

 span { border-color: rgb(0,153,58); }

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