Html Css Color HEX #0A984D Pigment Green

📋 copy color: '#0A984D'

red 10 ◦ green 152 ◦ blue 77

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

Shades of Pigment Green #0A984D

Tints of Pigment Green #0A984D

RGB

 RED value IS 10 (4.3% from 255) = 4.18%

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

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 4.18%
G = 63.6%
B = 32.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#0A984D (or 0x0A984D) is known color: Pigment Green. HEX triplet: 0A, 98 and 4D. RGB value is (10,152,77). Sum of RGB (Red+Green+Blue) = 10+152+77=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #0A984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A984D is #F567B2. Grayscale: #656565. Windows color (decimal): -16082867 or 5085194. OLE color: 5085194.

HSL color Cylindrical-coordinate representation of color #0A984D: hue angle of 148.31º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A984D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 152 77 -
CMYK 0.93 0 0.49 0.40
HSL 148.31º 0.88% 0.32% -
HSV(B) 148.31º 0.93% 0.6% -
XYZ 12.69 23.06 10.8 -
YUV 100.99 114.46 63.1 -
System Red Green Blue C M Y K H S L
Decimal 10 152 77 0.93 0 0.49 0.40 148.31 0.88 0.32
Hex A 98 4D 5D 0 31 28 94 58 20
Octal 12 230 115 135 0 61 50 224 130 40
Binary 1010 10011000 1001101 1011101 0 110001 101000 10010100 1011000 100000

Color Harmonies of #0A984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A984D

Black with #0A984D

Text Example


Text Example

White with #0A984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A984D; }

 p { color: rgb(10,152,77); }

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

background-color css

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

 a { background-color: rgb(10,152,77); }

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

border-color css

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

 span { border-color: rgb(10,152,77); }

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