Html Css Color HEX #0AC119 Dark Pastel Green

📋 copy color: '#0AC119'

red 10 ◦ green 193 ◦ blue 25

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

Shades of Dark Pastel Green #0AC119

Tints of Dark Pastel Green #0AC119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 4.39%
G = 84.65%
B = 10.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#0AC119 (or 0x0AC119) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 19. RGB value is (10,193,25). Sum of RGB (Red+Green+Blue) = 10+193+25=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 193 (75.78% from 255 or 84.65% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC119 is #F53EE6. Grayscale: #777777. Windows color (decimal): -16072423 or 1687818. OLE color: 1687818.

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

Color convert

RGB 10 193 25 -
CMYK 0.95 0 0.87 0.24
HSL 124.92º 0.9% 0.4% -
HSV(B) 124.92º 0.95% 0.76% -
XYZ 19.37 38.27 7.29 -
YUV 119.13 74.87 50.16 -
System Red Green Blue C M Y K H S L
Decimal 10 193 25 0.95 0 0.87 0.24 124.92 0.9 0.4
Hex A C1 19 5F 0 57 18 7D 5A 28
Octal 12 301 31 137 0 127 30 175 132 50
Binary 1010 11000001 11001 1011111 0 1010111 11000 1111101 1011010 101000

Color Harmonies of #0AC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC119

Black with #0AC119

Text Example


Text Example

White with #0AC119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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