Html Css Color HEX #0AC613 Dark Pastel Green

📋 copy color: '#0AC613'

red 10 ◦ green 198 ◦ blue 19

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

Shades of Dark Pastel Green #0AC613

Tints of Dark Pastel Green #0AC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 87.22%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 4.41%
G = 87.22%
B = 8.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#0AC613 (or 0x0AC613) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 13. RGB value is (10,198,19). Sum of RGB (Red+Green+Blue) = 10+198+19=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 198 (77.73% from 255 or 87.22% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC613 is #F539EC. Grayscale: #797979. Windows color (decimal): -16071149 or 1295882. OLE color: 1295882.

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

Color convert

RGB 10 198 19 -
CMYK 0.95 0 0.90 0.22
HSL 122.87º 0.9% 0.41% -
HSV(B) 122.87º 0.95% 0.78% -
XYZ 20.44 40.5 7.36 -
YUV 121.38 70.22 48.55 -
System Red Green Blue C M Y K H S L
Decimal 10 198 19 0.95 0 0.90 0.22 122.87 0.9 0.41
Hex A C6 13 5F 0 5A 16 7B 5A 29
Octal 12 306 23 137 0 132 26 173 132 51
Binary 1010 11000110 10011 1011111 0 1011010 10110 1111011 1011010 101001

Color Harmonies of #0AC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC613

Black with #0AC613

Text Example


Text Example

White with #0AC613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,198,19); }

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

background-color css

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

 a { background-color: rgb(10,198,19); }

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

border-color css

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

 span { border-color: rgb(10,198,19); }

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