Html Css Color HEX #0A9E53 Pigment Green

📋 copy color: '#0A9E53'

red 10 ◦ green 158 ◦ blue 83

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

Shades of Pigment Green #0A9E53

Tints of Pigment Green #0A9E53

RGB

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

 GREEN value IS 158 (62.11% from 255) = 62.95%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 3.98%
G = 62.95%
B = 33.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#0A9E53 (or 0x0A9E53) is known color: Pigment Green. HEX triplet: 0A, 9E and 53. RGB value is (10,158,83). Sum of RGB (Red+Green+Blue) = 10+158+83=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 158 (62.11% from 255 or 62.95% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E53 is #F561AC. Grayscale: #696969. Windows color (decimal): -16081325 or 5479946. OLE color: 5479946.

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

Color convert

RGB 10 158 83 -
CMYK 0.94 0 0.47 0.38
HSL 149.59º 0.88% 0.33% -
HSV(B) 149.59º 0.94% 0.62% -
XYZ 13.91 25.14 12.3 -
YUV 105.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 10 158 83 0.94 0 0.47 0.38 149.59 0.88 0.33
Hex A 9E 53 5E 0 2F 26 96 58 21
Octal 12 236 123 136 0 57 46 226 130 41
Binary 1010 10011110 1010011 1011110 0 101111 100110 10010110 1011000 100001

Color Harmonies of #0A9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E53

Black with #0A9E53

Text Example


Text Example

White with #0A9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,158,83); }

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

background-color css

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

 a { background-color: rgb(10,158,83); }

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

border-color css

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

 span { border-color: rgb(10,158,83); }

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