Html Css Color HEX #0AF249 Malachite

📋 copy color: '#0AF249'

red 10 ◦ green 242 ◦ blue 73

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

Shades of Malachite #0AF249

Tints of Malachite #0AF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.46%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 3.08%
G = 74.46%
B = 22.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#0AF249 (or 0x0AF249) is known color: Malachite. HEX triplet: 0A, F2 and 49. RGB value is (10,242,73). Sum of RGB (Red+Green+Blue) = 10+242+73=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF249 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF249 is #F50DB6. Grayscale: #999999. Windows color (decimal): -16059831 or 4846090. OLE color: 4846090.

HSL color Cylindrical-coordinate representation of color #0AF249: hue angle of 136.29º 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 #0AF249 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 73 -
CMYK 0.96 0 0.70 0.05
HSL 136.29º 0.92% 0.49% -
HSV(B) 136.29º 0.96% 0.95% -
XYZ 33.08 64.05 16.92 -
YUV 153.37 82.64 25.74 -
System Red Green Blue C M Y K H S L
Decimal 10 242 73 0.96 0 0.70 0.05 136.29 0.92 0.49
Hex A F2 49 60 0 46 5 88 5C 31
Octal 12 362 111 140 0 106 5 210 134 61
Binary 1010 11110010 1001001 1100000 0 1000110 101 10001000 1011100 110001

Color Harmonies of #0AF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF249

Black with #0AF249

Text Example


Text Example

White with #0AF249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,73); }

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

background-color css

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

 a { background-color: rgb(10,242,73); }

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

border-color css

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

 span { border-color: rgb(10,242,73); }

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