Html Css Color HEX #0AF363 Malachite

📋 copy color: '#0AF363'

red 10 ◦ green 243 ◦ blue 99

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

Shades of Malachite #0AF363

Tints of Malachite #0AF363

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.03%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 2.84%
G = 69.03%
B = 28.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#0AF363 (or 0x0AF363) is known color: Malachite. HEX triplet: 0A, F3 and 63. RGB value is (10,243,99). Sum of RGB (Red+Green+Blue) = 10+243+99=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF363 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF363 is #F50C9C. Grayscale: #9D9D9D. Windows color (decimal): -16059549 or 6550282. OLE color: 6550282.

HSL color Cylindrical-coordinate representation of color #0AF363: hue angle of 142.92º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF363 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 243 99 -
CMYK 0.96 0 0.59 0.05
HSL 142.92º 0.92% 0.5% -
HSV(B) 142.92º 0.96% 0.95% -
XYZ 34.43 65.07 22.55 -
YUV 156.92 95.31 23.21 -
System Red Green Blue C M Y K H S L
Decimal 10 243 99 0.96 0 0.59 0.05 142.92 0.92 0.5
Hex A F3 63 60 0 3B 5 8F 5C 32
Octal 12 363 143 140 0 73 5 217 134 62
Binary 1010 11110011 1100011 1100000 0 111011 101 10001111 1011100 110010

Color Harmonies of #0AF363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF363

Black with #0AF363

Text Example


Text Example

White with #0AF363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,243,99); }

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

background-color css

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

 a { background-color: rgb(10,243,99); }

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

border-color css

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

 span { border-color: rgb(10,243,99); }

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