#0AF343

Color #0AF343 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0AF343

Tints of Malachite #0AF343

Color information

#0AF343 (or 0x0AF343) is unknown color: approx Malachite. HEX triplet: 0A, F3 and 43. RGB value is (10,243,67). Sum of RGB (Red+Green+Blue) = 10+243+67=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF343 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF343 is #F50CBC. Grayscale: #999999. Windows color (decimal): -16059581 or 4453130. OLE color: 4453130.

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

Color convert

RGB1024367-
CMYK0.9600.720.05
HSL134.68º92.09%49.61%-
HSV(B)134.68º95.88%95.29%-
XYZ33.1964.5716.02-
YUV153.2779.3125.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 243 (95.31% from 255) = 75.94%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=3.12%
G=75.94%
B=20.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243670.9600.720.05134.6892.0949.61
HexAF343600485875c32
Octal123631031400110520713462
Binary1010111100111000011110000001001000101100001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AF343;
 }
 .AnyTagClassName
 {
   color: #0AF343;
 }
</style>
background-color css

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

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

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

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

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

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