Html Css Color HEX #0AC362 Malachite

📋 copy color: '#0AC362'

red 10 ◦ green 195 ◦ blue 98

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

Shades of Malachite #0AC362

Tints of Malachite #0AC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.36%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 3.3%
G = 64.36%
B = 32.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#0AC362 (or 0x0AC362) is known color: Malachite. HEX triplet: 0A, C3 and 62. RGB value is (10,195,98). Sum of RGB (Red+Green+Blue) = 10+195+98=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC362 is #F53C9D. Grayscale: #808080. Windows color (decimal): -16071838 or 6472458. OLE color: 6472458.

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

Color convert

RGB 10 195 98 -
CMYK 0.95 0 0.50 0.24
HSL 148.54º 0.9% 0.4% -
HSV(B) 148.54º 0.95% 0.76% -
XYZ 21.84 39.98 18.12 -
YUV 128.63 110.71 43.39 -
System Red Green Blue C M Y K H S L
Decimal 10 195 98 0.95 0 0.50 0.24 148.54 0.9 0.4
Hex A C3 62 5F 0 32 18 95 5A 28
Octal 12 303 142 137 0 62 30 225 132 50
Binary 1010 11000011 1100010 1011111 0 110010 11000 10010101 1011010 101000

Color Harmonies of #0AC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC362

Black with #0AC362

Text Example


Text Example

White with #0AC362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,195,98); }

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

background-color css

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

 a { background-color: rgb(10,195,98); }

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

border-color css

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

 span { border-color: rgb(10,195,98); }

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