Html Css Color HEX #0AFA4D Malachite

📋 copy color: '#0AFA4D'

red 10 ◦ green 250 ◦ blue 77

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

Shades of Malachite #0AFA4D

Tints of Malachite #0AFA4D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.18%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 2.97%
G = 74.18%
B = 22.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#0AFA4D (or 0x0AFA4D) is known color: Malachite. HEX triplet: 0A, FA and 4D. RGB value is (10,250,77). Sum of RGB (Red+Green+Blue) = 10+250+77=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA4D is #F505B2. Grayscale: #9E9E9E. Windows color (decimal): -16057779 or 5110282. OLE color: 5110282.

HSL color Cylindrical-coordinate representation of color #0AFA4D: hue angle of 136.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA4D is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 77 -
CMYK 0.96 0 0.69 0.02
HSL 136.75º 0.96% 0.51% -
HSV(B) 136.75º 0.96% 0.98% -
XYZ 35.65 68.97 18.46 -
YUV 158.52 81.99 22.07 -
System Red Green Blue C M Y K H S L
Decimal 10 250 77 0.96 0 0.69 0.02 136.75 0.96 0.51
Hex A FA 4D 60 0 45 2 89 60 33
Octal 12 372 115 140 0 105 2 211 140 63
Binary 1010 11111010 1001101 1100000 0 1000101 10 10001001 1100000 110011

Color Harmonies of #0AFA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA4D

Black with #0AFA4D

Text Example


Text Example

White with #0AFA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,77); }

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

background-color css

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

 a { background-color: rgb(10,250,77); }

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

border-color css

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

 span { border-color: rgb(10,250,77); }

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