Html Css Color HEX #0AF35D Malachite

📋 copy color: '#0AF35D'

red 10 ◦ green 243 ◦ blue 93

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

Shades of Malachite #0AF35D

Tints of Malachite #0AF35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 2.89%
G = 70.23%
B = 26.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#0AF35D (or 0x0AF35D) is known color: Malachite. HEX triplet: 0A, F3 and 5D. RGB value is (10,243,93). Sum of RGB (Red+Green+Blue) = 10+243+93=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF35D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF35D is #F50CA2. Grayscale: #9C9C9C. Windows color (decimal): -16059555 or 6157066. OLE color: 6157066.

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

Color convert

RGB 10 243 93 -
CMYK 0.96 0 0.62 0.05
HSL 141.37º 0.92% 0.5% -
HSV(B) 141.37º 0.96% 0.95% -
XYZ 34.15 64.96 21.09 -
YUV 156.23 92.31 23.7 -
System Red Green Blue C M Y K H S L
Decimal 10 243 93 0.96 0 0.62 0.05 141.37 0.92 0.5
Hex A F3 5D 60 0 3E 5 8D 5C 32
Octal 12 363 135 140 0 76 5 215 134 62
Binary 1010 11110011 1011101 1100000 0 111110 101 10001101 1011100 110010

Color Harmonies of #0AF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF35D

Black with #0AF35D

Text Example


Text Example

White with #0AF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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