Html Css Color HEX #0AF339 Malachite

📋 copy color: '#0AF339'

red 10 ◦ green 243 ◦ blue 57

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

Shades of Malachite #0AF339

Tints of Malachite #0AF339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 3.23%
G = 78.39%
B = 18.39%

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

#0AF339 (or 0x0AF339) is known color: Malachite. HEX triplet: 0A, F3 and 39. RGB value is (10,243,57). Sum of RGB (Red+Green+Blue) = 10+243+57=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF339 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF339 is #F50CC6. Grayscale: #989898. Windows color (decimal): -16059591 or 3797770. OLE color: 3797770.

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

Color convert

RGB 10 243 57 -
CMYK 0.96 0 0.77 0.05
HSL 132.1º 0.92% 0.5% -
HSV(B) 132.1º 0.96% 0.95% -
XYZ 32.91 64.46 14.58 -
YUV 152.13 74.31 26.62 -
System Red Green Blue C M Y K H S L
Decimal 10 243 57 0.96 0 0.77 0.05 132.1 0.92 0.5
Hex A F3 39 60 0 4D 5 84 5C 32
Octal 12 363 71 140 0 115 5 204 134 62
Binary 1010 11110011 111001 1100000 0 1001101 101 10000100 1011100 110010

Color Harmonies of #0AF339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF339

Black with #0AF339

Text Example


Text Example

White with #0AF339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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