Html Css Color HEX #0A9A37 Pigment Green

📋 copy color: '#0A9A37'

red 10 ◦ green 154 ◦ blue 55

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

Shades of Pigment Green #0A9A37

Tints of Pigment Green #0A9A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.11%

R = 4.57%
G = 70.32%
B = 25.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#0A9A37 (or 0x0A9A37) is known color: Pigment Green. HEX triplet: 0A, 9A and 37. RGB value is (10,154,55). Sum of RGB (Red+Green+Blue) = 10+154+55=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 154 (60.55% from 255 or 70.32% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9A37 is #F565C8. Grayscale: #636363. Windows color (decimal): -16082377 or 3643914. OLE color: 3643914.

HSL color Cylindrical-coordinate representation of color #0A9A37: hue angle of 138.75º 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 #0A9A37 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 154 55 -
CMYK 0.94 0 0.64 0.40
HSL 138.75º 0.88% 0.32% -
HSV(B) 138.75º 0.94% 0.6% -
XYZ 12.37 23.45 7.49 -
YUV 99.66 102.79 64.05 -
System Red Green Blue C M Y K H S L
Decimal 10 154 55 0.94 0 0.64 0.40 138.75 0.88 0.32
Hex A 9A 37 5E 0 40 28 8B 58 20
Octal 12 232 67 136 0 100 50 213 130 40
Binary 1010 10011010 110111 1011110 0 1000000 101000 10001011 1011000 100000

Color Harmonies of #0A9A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9A37

Black with #0A9A37

Text Example


Text Example

White with #0A9A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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