Html Css Color HEX #0AF33A Malachite

📋 copy color: '#0AF33A'

red 10 ◦ green 243 ◦ blue 58

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

Shades of Malachite #0AF33A

Tints of Malachite #0AF33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 3.22%
G = 78.14%
B = 18.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#0AF33A (or 0x0AF33A) is known color: Malachite. HEX triplet: 0A, F3 and 3A. RGB value is (10,243,58). Sum of RGB (Red+Green+Blue) = 10+243+58=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 243 (95.31% from 255 or 78.14% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF33A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF33A is #F50CC5. Grayscale: #989898. Windows color (decimal): -16059590 or 3863306. OLE color: 3863306.

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

Color convert

RGB 10 243 58 -
CMYK 0.96 0 0.76 0.05
HSL 132.36º 0.92% 0.5% -
HSV(B) 132.36º 0.96% 0.95% -
XYZ 32.94 64.47 14.71 -
YUV 152.24 74.81 26.54 -
System Red Green Blue C M Y K H S L
Decimal 10 243 58 0.96 0 0.76 0.05 132.36 0.92 0.5
Hex A F3 3A 60 0 4C 5 84 5C 32
Octal 12 363 72 140 0 114 5 204 134 62
Binary 1010 11110011 111010 1100000 0 1001100 101 10000100 1011100 110010

Color Harmonies of #0AF33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF33A

Black with #0AF33A

Text Example


Text Example

White with #0AF33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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