Html Css Color HEX #0AC746 Dark Pastel Green

📋 copy color: '#0AC746'

red 10 ◦ green 199 ◦ blue 70

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

Shades of Dark Pastel Green #0AC746

Tints of Dark Pastel Green #0AC746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 3.58%
G = 71.33%
B = 25.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#0AC746 (or 0x0AC746) is known color: Dark Pastel Green. HEX triplet: 0A, C7 and 46. RGB value is (10,199,70). Sum of RGB (Red+Green+Blue) = 10+199+70=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC746 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC746 is #F538B9. Grayscale: #808080. Windows color (decimal): -16070842 or 4638474. OLE color: 4638474.

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

Color convert

RGB 10 199 70 -
CMYK 0.95 0 0.65 0.22
HSL 139.05º 0.9% 0.41% -
HSV(B) 139.05º 0.95% 0.78% -
XYZ 21.65 41.35 12.64 -
YUV 127.78 95.38 43.99 -
System Red Green Blue C M Y K H S L
Decimal 10 199 70 0.95 0 0.65 0.22 139.05 0.9 0.41
Hex A C7 46 5F 0 41 16 8B 5A 29
Octal 12 307 106 137 0 101 26 213 132 51
Binary 1010 11000111 1000110 1011111 0 1000001 10110 10001011 1011010 101001

Color Harmonies of #0AC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC746

Black with #0AC746

Text Example


Text Example

White with #0AC746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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