Html Css Color HEX #0AC847 Dark Pastel Green

📋 copy color: '#0AC847'

red 10 ◦ green 200 ◦ blue 71

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

Shades of Dark Pastel Green #0AC847

Tints of Dark Pastel Green #0AC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.17%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 3.56%
G = 71.17%
B = 25.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#0AC847 (or 0x0AC847) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 47. RGB value is (10,200,71). Sum of RGB (Red+Green+Blue) = 10+200+71=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC847 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC847 is #F537B8. Grayscale: #808080. Windows color (decimal): -16070585 or 4704266. OLE color: 4704266.

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

Color convert

RGB 10 200 71 -
CMYK 0.95 0 0.64 0.22
HSL 139.26º 0.9% 0.41% -
HSV(B) 139.26º 0.95% 0.78% -
XYZ 21.92 41.83 12.88 -
YUV 128.48 95.55 43.49 -
System Red Green Blue C M Y K H S L
Decimal 10 200 71 0.95 0 0.64 0.22 139.26 0.9 0.41
Hex A C8 47 5F 0 40 16 8B 5A 29
Octal 12 310 107 137 0 100 26 213 132 51
Binary 1010 11001000 1000111 1011111 0 1000000 10110 10001011 1011010 101001

Color Harmonies of #0AC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC847

Black with #0AC847

Text Example


Text Example

White with #0AC847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,200,71); }

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

background-color css

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

 a { background-color: rgb(10,200,71); }

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

border-color css

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

 span { border-color: rgb(10,200,71); }

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