Html Css Color HEX #0AA348 Pigment Green

📋 copy color: '#0AA348'

red 10 ◦ green 163 ◦ blue 72

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

Shades of Pigment Green #0AA348

Tints of Pigment Green #0AA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 66.53%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 4.08%
G = 66.53%
B = 29.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#0AA348 (or 0x0AA348) is known color: Pigment Green. HEX triplet: 0A, A3 and 48. RGB value is (10,163,72). Sum of RGB (Red+Green+Blue) = 10+163+72=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA348 is #F55CB7. Grayscale: #6B6B6B. Windows color (decimal): -16080056 or 4760330. OLE color: 4760330.

HSL color Cylindrical-coordinate representation of color #0AA348: hue angle of 144.31º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA348 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 163 72 -
CMYK 0.94 0 0.56 0.36
HSL 144.31º 0.88% 0.34% -
HSV(B) 144.31º 0.94% 0.64% -
XYZ 14.39 26.73 10.53 -
YUV 106.88 108.31 58.9 -
System Red Green Blue C M Y K H S L
Decimal 10 163 72 0.94 0 0.56 0.36 144.31 0.88 0.34
Hex A A3 48 5E 0 38 24 90 58 22
Octal 12 243 110 136 0 70 44 220 130 42
Binary 1010 10100011 1001000 1011110 0 111000 100100 10010000 1011000 100010

Color Harmonies of #0AA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA348

Black with #0AA348

Text Example


Text Example

White with #0AA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,163,72); }

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

background-color css

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

 a { background-color: rgb(10,163,72); }

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

border-color css

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

 span { border-color: rgb(10,163,72); }

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