Html Css Color HEX #0AF65D Malachite

📋 copy color: '#0AF65D'

red 10 ◦ green 246 ◦ blue 93

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

Shades of Malachite #0AF65D

Tints of Malachite #0AF65D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.49%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 2.87%
G = 70.49%
B = 26.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#0AF65D (or 0x0AF65D) is known color: Malachite. HEX triplet: 0A, F6 and 5D. RGB value is (10,246,93). Sum of RGB (Red+Green+Blue) = 10+246+93=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 246 (96.48% from 255 or 70.49% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF65D is #F509A2. Grayscale: #9E9E9E. Windows color (decimal): -16058787 or 6157834. OLE color: 6157834.

HSL color Cylindrical-coordinate representation of color #0AF65D: hue angle of 141.1º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF65D is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 246 93 -
CMYK 0.96 0 0.62 0.04
HSL 141.1º 0.93% 0.5% -
HSV(B) 141.1º 0.96% 0.96% -
XYZ 35.06 66.77 21.4 -
YUV 157.99 91.31 22.44 -
System Red Green Blue C M Y K H S L
Decimal 10 246 93 0.96 0 0.62 0.04 141.1 0.93 0.5
Hex A F6 5D 60 0 3E 4 8D 5D 32
Octal 12 366 135 140 0 76 4 215 135 62
Binary 1010 11110110 1011101 1100000 0 111110 100 10001101 1011101 110010

Color Harmonies of #0AF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF65D

Black with #0AF65D

Text Example


Text Example

White with #0AF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,246,93); }

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

background-color css

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

 a { background-color: rgb(10,246,93); }

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

border-color css

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

 span { border-color: rgb(10,246,93); }

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