Html Css Color HEX #0AC149 Dark Pastel Green

📋 copy color: '#0AC149'

red 10 ◦ green 193 ◦ blue 73

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

Shades of Dark Pastel Green #0AC149

Tints of Dark Pastel Green #0AC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.93%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 3.62%
G = 69.93%
B = 26.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#0AC149 (or 0x0AC149) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 49. RGB value is (10,193,73). Sum of RGB (Red+Green+Blue) = 10+193+73=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC149 is #F53EB6. Grayscale: #7C7C7C. Windows color (decimal): -16072375 or 4833546. OLE color: 4833546.

HSL color Cylindrical-coordinate representation of color #0AC149: hue angle of 140.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC149 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 193 73 -
CMYK 0.95 0 0.62 0.24
HSL 140.66º 0.9% 0.4% -
HSV(B) 140.66º 0.95% 0.76% -
XYZ 20.4 38.69 12.7 -
YUV 124.6 98.87 46.26 -
System Red Green Blue C M Y K H S L
Decimal 10 193 73 0.95 0 0.62 0.24 140.66 0.9 0.4
Hex A C1 49 5F 0 3E 18 8D 5A 28
Octal 12 301 111 137 0 76 30 215 132 50
Binary 1010 11000001 1001001 1011111 0 111110 11000 10001101 1011010 101000

Color Harmonies of #0AC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC149

Black with #0AC149

Text Example


Text Example

White with #0AC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,73); }

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

background-color css

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

 a { background-color: rgb(10,193,73); }

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

border-color css

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

 span { border-color: rgb(10,193,73); }

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