Html Css Color HEX #0AF337 Malachite

📋 copy color: '#0AF337'

red 10 ◦ green 243 ◦ blue 55

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

Shades of Malachite #0AF337

Tints of Malachite #0AF337

RGB

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

 GREEN value IS 243 (95.31% from 255) = 78.9%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 3.25%
G = 78.9%
B = 17.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#0AF337 (or 0x0AF337) is known color: Malachite. HEX triplet: 0A, F3 and 37. RGB value is (10,243,55). Sum of RGB (Red+Green+Blue) = 10+243+55=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 243 (95.31% from 255 or 78.90% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF337 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF337 is #F50CC8. Grayscale: #989898. Windows color (decimal): -16059593 or 3666698. OLE color: 3666698.

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

Color convert

RGB 10 243 55 -
CMYK 0.96 0 0.77 0.05
HSL 131.59º 0.92% 0.5% -
HSV(B) 131.59º 0.96% 0.95% -
XYZ 32.87 64.44 14.32 -
YUV 151.9 73.31 26.79 -
System Red Green Blue C M Y K H S L
Decimal 10 243 55 0.96 0 0.77 0.05 131.59 0.92 0.5
Hex A F3 37 60 0 4D 5 84 5C 32
Octal 12 363 67 140 0 115 5 204 134 62
Binary 1010 11110011 110111 1100000 0 1001101 101 10000100 1011100 110010

Color Harmonies of #0AF337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF337

Black with #0AF337

Text Example


Text Example

White with #0AF337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,243,55); }

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

background-color css

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

 a { background-color: rgb(10,243,55); }

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

border-color css

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

 span { border-color: rgb(10,243,55); }

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