Html Css Color HEX #0AC124 Dark Pastel Green

📋 copy color: '#0AC124'

red 10 ◦ green 193 ◦ blue 36

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

Shades of Dark Pastel Green #0AC124

Tints of Dark Pastel Green #0AC124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 4.18%
G = 80.75%
B = 15.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#0AC124 (or 0x0AC124) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 24. RGB value is (10,193,36). Sum of RGB (Red+Green+Blue) = 10+193+36=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC124 is #F53EDB. Grayscale: #787878. Windows color (decimal): -16072412 or 2408714. OLE color: 2408714.

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

Color convert

RGB 10 193 36 -
CMYK 0.95 0 0.81 0.24
HSL 128.52º 0.9% 0.4% -
HSV(B) 128.52º 0.95% 0.76% -
XYZ 19.51 38.33 8.04 -
YUV 120.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 10 193 36 0.95 0 0.81 0.24 128.52 0.9 0.4
Hex A C1 24 5F 0 51 18 81 5A 28
Octal 12 301 44 137 0 121 30 201 132 50
Binary 1010 11000001 100100 1011111 0 1010001 11000 10000001 1011010 101000

Color Harmonies of #0AC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC124

Black with #0AC124

Text Example


Text Example

White with #0AC124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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