Html Css Color HEX #0A9A52 Pigment Green

📋 copy color: '#0A9A52'

red 10 ◦ green 154 ◦ blue 82

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

Shades of Pigment Green #0A9A52

Tints of Pigment Green #0A9A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 62.6%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 4.07%
G = 62.6%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#0A9A52 (or 0x0A9A52) is known color: Pigment Green. HEX triplet: 0A, 9A and 52. RGB value is (10,154,82). Sum of RGB (Red+Green+Blue) = 10+154+82=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 154 (60.55% from 255 or 62.60% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9A52 is #F565AD. Grayscale: #666666. Windows color (decimal): -16082350 or 5413386. OLE color: 5413386.

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

Color convert

RGB 10 154 82 -
CMYK 0.94 0 0.47 0.40
HSL 150º 0.88% 0.32% -
HSV(B) 150º 0.94% 0.6% -
XYZ 13.2 23.78 11.88 -
YUV 102.74 116.29 61.85 -
System Red Green Blue C M Y K H S L
Decimal 10 154 82 0.94 0 0.47 0.40 150 0.88 0.32
Hex A 9A 52 5E 0 2F 28 96 58 20
Octal 12 232 122 136 0 57 50 226 130 40
Binary 1010 10011010 1010010 1011110 0 101111 101000 10010110 1011000 100000

Color Harmonies of #0A9A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9A52

Black with #0A9A52

Text Example


Text Example

White with #0A9A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,154,82); }

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

background-color css

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

 a { background-color: rgb(10,154,82); }

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

border-color css

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

 span { border-color: rgb(10,154,82); }

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