Html Css Color HEX #0AC019 Dark Pastel Green

📋 copy color: '#0AC019'

red 10 ◦ green 192 ◦ blue 25

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

Shades of Dark Pastel Green #0AC019

Tints of Dark Pastel Green #0AC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 84.58%

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

R = 4.41%
G = 84.58%
B = 11.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#0AC019 (or 0x0AC019) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 19. RGB value is (10,192,25). Sum of RGB (Red+Green+Blue) = 10+192+25=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC019 is #F53FE6. Grayscale: #777777. Windows color (decimal): -16072679 or 1687562. OLE color: 1687562.

HSL color Cylindrical-coordinate representation of color #0AC019: hue angle of 124.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC019 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 192 25 -
CMYK 0.95 0 0.87 0.25
HSL 124.95º 0.9% 0.4% -
HSV(B) 124.95º 0.95% 0.75% -
XYZ 19.15 37.83 7.21 -
YUV 118.54 75.2 50.58 -
System Red Green Blue C M Y K H S L
Decimal 10 192 25 0.95 0 0.87 0.25 124.95 0.9 0.4
Hex A C0 19 5F 0 57 19 7D 5A 28
Octal 12 300 31 137 0 127 31 175 132 50
Binary 1010 11000000 11001 1011111 0 1010111 11001 1111101 1011010 101000

Color Harmonies of #0AC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC019

Black with #0AC019

Text Example


Text Example

White with #0AC019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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