Html Css Color HEX #0AA438 Dark Pastel Green

📋 copy color: '#0AA438'

red 10 ◦ green 164 ◦ blue 56

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

Shades of Dark Pastel Green #0AA438

Tints of Dark Pastel Green #0AA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71.3%

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

R = 4.35%
G = 71.3%
B = 24.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#0AA438 (or 0x0AA438) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 38. RGB value is (10,164,56). Sum of RGB (Red+Green+Blue) = 10+164+56=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA438 is #F55BC7. Grayscale: #696969. Windows color (decimal): -16079816 or 3712010. OLE color: 3712010.

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

Color convert

RGB 10 164 56 -
CMYK 0.94 0 0.66 0.36
HSL 137.92º 0.89% 0.34% -
HSV(B) 137.92º 0.94% 0.64% -
XYZ 14.11 26.9 8.19 -
YUV 105.64 99.98 59.78 -
System Red Green Blue C M Y K H S L
Decimal 10 164 56 0.94 0 0.66 0.36 137.92 0.89 0.34
Hex A A4 38 5E 0 42 24 8A 59 22
Octal 12 244 70 136 0 102 44 212 131 42
Binary 1010 10100100 111000 1011110 0 1000010 100100 10001010 1011001 100010

Color Harmonies of #0AA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA438

Black with #0AA438

Text Example


Text Example

White with #0AA438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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