Html Css Color HEX #0AAC42 Pigment Green

📋 copy color: '#0AAC42'

red 10 ◦ green 172 ◦ blue 66

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

Shades of Pigment Green #0AAC42

Tints of Pigment Green #0AAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 69.35%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 4.03%
G = 69.35%
B = 26.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0AAC42 (or 0x0AAC42) is known color: Pigment Green. HEX triplet: 0A, AC and 42. RGB value is (10,172,66). Sum of RGB (Red+Green+Blue) = 10+172+66=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC42 is #F553BD. Grayscale: #6F6F6F. Windows color (decimal): -16077758 or 4369418. OLE color: 4369418.

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

Color convert

RGB 10 172 66 -
CMYK 0.94 0 0.62 0.33
HSL 140.74º 0.89% 0.36% -
HSV(B) 140.74º 0.94% 0.67% -
XYZ 15.86 29.96 10.1 -
YUV 111.48 102.33 55.62 -
System Red Green Blue C M Y K H S L
Decimal 10 172 66 0.94 0 0.62 0.33 140.74 0.89 0.36
Hex A AC 42 5E 0 3E 21 8D 59 24
Octal 12 254 102 136 0 76 41 215 131 44
Binary 1010 10101100 1000010 1011110 0 111110 100001 10001101 1011001 100100

Color Harmonies of #0AAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC42

Black with #0AAC42

Text Example


Text Example

White with #0AAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,66); }

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

background-color css

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

 a { background-color: rgb(10,172,66); }

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

border-color css

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

 span { border-color: rgb(10,172,66); }

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