Html Css Color HEX #0AFF51 Malachite

📋 copy color: '#0AFF51'

red 10 ◦ green 255 ◦ blue 81

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

Shades of Malachite #0AFF51

Tints of Malachite #0AFF51

RGB

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

 GREEN value IS 255 (100% from 255) = 73.7%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 2.89%
G = 73.7%
B = 23.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#0AFF51 (or 0x0AFF51) is known color: Malachite. HEX triplet: 0A, FF and 51. RGB value is (10,255,81). Sum of RGB (Red+Green+Blue) = 10+255+81=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF51 is #F500AE. Grayscale: #A2A2A2. Windows color (decimal): -16056495 or 5373706. OLE color: 5373706.

HSL color Cylindrical-coordinate representation of color #0AFF51: hue angle of 137.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF51 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 81 -
CMYK 0.96 0 0.68 0
HSL 137.39º 1% 0.52% -
HSV(B) 137.39º 0.96% 1% -
XYZ 37.37 72.18 19.75 -
YUV 161.91 82.33 19.65 -
System Red Green Blue C M Y K H S L
Decimal 10 255 81 0.96 0 0.68 0 137.39 1 0.52
Hex A FF 51 60 0 44 0 89 64 34
Octal 12 377 121 140 0 104 0 211 144 64
Binary 1010 11111111 1010001 1100000 0 1000100 0 10001001 1100100 110100

Color Harmonies of #0AFF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF51

Black with #0AFF51

Text Example


Text Example

White with #0AFF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,255,81); }

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

background-color css

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

 a { background-color: rgb(10,255,81); }

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

border-color css

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

 span { border-color: rgb(10,255,81); }

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