Html Css Color HEX #0AFC4A Malachite

📋 copy color: '#0AFC4A'

red 10 ◦ green 252 ◦ blue 74

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

Shades of Malachite #0AFC4A

Tints of Malachite #0AFC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 2.98%
G = 75%
B = 22.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#0AFC4A (or 0x0AFC4A) is known color: Malachite. HEX triplet: 0A, FC and 4A. RGB value is (10,252,74). Sum of RGB (Red+Green+Blue) = 10+252+74=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC4A is #F503B5. Grayscale: #9F9F9F. Windows color (decimal): -16057270 or 4914186. OLE color: 4914186.

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

Color convert

RGB 10 252 74 -
CMYK 0.96 0 0.71 0.01
HSL 135.87º 0.98% 0.51% -
HSV(B) 135.87º 0.96% 0.99% -
XYZ 36.17 70.18 18.12 -
YUV 159.35 79.83 21.47 -
System Red Green Blue C M Y K H S L
Decimal 10 252 74 0.96 0 0.71 0.01 135.87 0.98 0.51
Hex A FC 4A 60 0 47 1 88 62 33
Octal 12 374 112 140 0 107 1 210 142 63
Binary 1010 11111100 1001010 1100000 0 1000111 1 10001000 1100010 110011

Color Harmonies of #0AFC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC4A

Black with #0AFC4A

Text Example


Text Example

White with #0AFC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,74); }

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

background-color css

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

 a { background-color: rgb(10,252,74); }

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

border-color css

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

 span { border-color: rgb(10,252,74); }

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