Html Css Color HEX #0AC150 Dark Pastel Green

📋 copy color: '#0AC150'

red 10 ◦ green 193 ◦ blue 80

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

Shades of Dark Pastel Green #0AC150

Tints of Dark Pastel Green #0AC150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 3.53%
G = 68.2%
B = 28.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#0AC150 (or 0x0AC150) is known color: Dark Pastel Green. HEX triplet: 0A, C1 and 50. RGB value is (10,193,80). Sum of RGB (Red+Green+Blue) = 10+193+80=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC150 is #F53EAF. Grayscale: #7D7D7D. Windows color (decimal): -16072368 or 5292298. OLE color: 5292298.

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

Color convert

RGB 10 193 80 -
CMYK 0.95 0 0.59 0.24
HSL 142.95º 0.9% 0.4% -
HSV(B) 142.95º 0.95% 0.76% -
XYZ 20.64 38.78 13.99 -
YUV 125.4 102.37 45.69 -
System Red Green Blue C M Y K H S L
Decimal 10 193 80 0.95 0 0.59 0.24 142.95 0.9 0.4
Hex A C1 50 5F 0 3B 18 8F 5A 28
Octal 12 301 120 137 0 73 30 217 132 50
Binary 1010 11000001 1010000 1011111 0 111011 11000 10001111 1011010 101000

Color Harmonies of #0AC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC150

Black with #0AC150

Text Example


Text Example

White with #0AC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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