Html Css Color HEX #0AC749 Dark Pastel Green

📋 copy color: '#0AC749'

red 10 ◦ green 199 ◦ blue 73

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

Shades of Dark Pastel Green #0AC749

Tints of Dark Pastel Green #0AC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 70.57%

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

R = 3.55%
G = 70.57%
B = 25.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#0AC749 (or 0x0AC749) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 49. RGB value is (10,199,73). Sum of RGB (Red+Green+Blue) = 10+199+73=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC749 is #F538B6. Grayscale: #808080. Windows color (decimal): -16070839 or 4835082. OLE color: 4835082.

HSL color Cylindrical-coordinate representation of color #0AC749: hue angle of 140º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC749 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 199 73 -
CMYK 0.95 0 0.63 0.22
HSL 140º 0.9% 0.41% -
HSV(B) 140º 0.95% 0.78% -
XYZ 21.75 41.39 13.15 -
YUV 128.13 96.88 43.75 -
System Red Green Blue C M Y K H S L
Decimal 10 199 73 0.95 0 0.63 0.22 140 0.9 0.41
Hex A C7 49 5F 0 3F 16 8C 5A 29
Octal 12 307 111 137 0 77 26 214 132 51
Binary 1010 11000111 1001001 1011111 0 111111 10110 10001100 1011010 101001

Color Harmonies of #0AC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC749

Black with #0AC749

Text Example


Text Example

White with #0AC749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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