Html Css Color HEX #0AA238 Pigment Green

📋 copy color: '#0AA238'

red 10 ◦ green 162 ◦ blue 56

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

Shades of Pigment Green #0AA238

Tints of Pigment Green #0AA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 71.05%

 BLUE value IS 56 (22.27% from 255) = 24.56%

R = 4.39%
G = 71.05%
B = 24.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#0AA238 (or 0x0AA238) is known color: Pigment Green. HEX triplet: 0A, A2 and 38. RGB value is (10,162,56). Sum of RGB (Red+Green+Blue) = 10+162+56=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA238 is #F55DC7. Grayscale: #686868. Windows color (decimal): -16080328 or 3711498. OLE color: 3711498.

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

Color convert

RGB 10 162 56 -
CMYK 0.94 0 0.65 0.36
HSL 138.16º 0.88% 0.34% -
HSV(B) 138.16º 0.94% 0.64% -
XYZ 13.76 26.19 8.07 -
YUV 104.47 100.64 60.62 -
System Red Green Blue C M Y K H S L
Decimal 10 162 56 0.94 0 0.65 0.36 138.16 0.88 0.34
Hex A A2 38 5E 0 41 24 8A 58 22
Octal 12 242 70 136 0 101 44 212 130 42
Binary 1010 10100010 111000 1011110 0 1000001 100100 10001010 1011000 100010

Color Harmonies of #0AA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA238

Black with #0AA238

Text Example


Text Example

White with #0AA238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,162,56); }

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

background-color css

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

 a { background-color: rgb(10,162,56); }

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

border-color css

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

 span { border-color: rgb(10,162,56); }

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