Html Css Color HEX #08994A Pigment Green

📋 copy color: '#08994A'

red 8 ◦ green 153 ◦ blue 74

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

Shades of Pigment Green #08994A

Tints of Pigment Green #08994A

RGB

 RED value IS 8 (3.52% from 255) = 3.4%

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

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 3.4%
G = 65.11%
B = 31.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#08994A (or 0x08994A) is known color: Pigment Green. HEX triplet: 08, 99 and 4A. RGB value is (8,153,74). Sum of RGB (Red+Green+Blue) = 8+153+74=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #08994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08994A is #F766B5. Grayscale: #646464. Windows color (decimal): -16213686 or 4888840. OLE color: 4888840.

HSL color Cylindrical-coordinate representation of color #08994A: hue angle of 147.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08994A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 153 74 -
CMYK 0.95 0 0.52 0.4
HSL 147.31º 0.9% 0.32% -
HSV(B) 147.31º 0.95% 0.6% -
XYZ 12.73 23.33 10.31 -
YUV 100.64 112.96 61.92 -
System Red Green Blue C M Y K H S L
Decimal 8 153 74 0.95 0 0.52 0.4 147.31 0.9 0.32
Hex 8 99 4A 5F 0 34 28 93 5A 20
Octal 10 231 112 137 0 64 50 223 132 40
Binary 1000 10011001 1001010 1011111 0 110100 101000 10010011 1011010 100000

Color Harmonies of #08994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08994A

Black with #08994A

Text Example


Text Example

White with #08994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,153,74); }

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

background-color css

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

 a { background-color: rgb(8,153,74); }

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

border-color css

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

 span { border-color: rgb(8,153,74); }

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