Html Css Color HEX #0AF14C Malachite

📋 copy color: '#0AF14C'

red 10 ◦ green 241 ◦ blue 76

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

Shades of Malachite #0AF14C

Tints of Malachite #0AF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.7%

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 3.06%
G = 73.7%
B = 23.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#0AF14C (or 0x0AF14C) is known color: Malachite. HEX triplet: 0A, F1 and 4C. RGB value is (10,241,76). Sum of RGB (Red+Green+Blue) = 10+241+76=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF14C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF14C is #F50EB3. Grayscale: #999999. Windows color (decimal): -16060084 or 5042442. OLE color: 5042442.

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

Color convert

RGB 10 241 76 -
CMYK 0.96 0 0.68 0.05
HSL 137.14º 0.92% 0.49% -
HSV(B) 137.14º 0.96% 0.95% -
XYZ 32.88 63.5 17.36 -
YUV 153.12 84.47 25.92 -
System Red Green Blue C M Y K H S L
Decimal 10 241 76 0.96 0 0.68 0.05 137.14 0.92 0.49
Hex A F1 4C 60 0 44 5 89 5C 31
Octal 12 361 114 140 0 104 5 211 134 61
Binary 1010 11110001 1001100 1100000 0 1000100 101 10001001 1011100 110001

Color Harmonies of #0AF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF14C

Black with #0AF14C

Text Example


Text Example

White with #0AF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,76); }

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

background-color css

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

 a { background-color: rgb(10,241,76); }

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

border-color css

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

 span { border-color: rgb(10,241,76); }

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