Html Css Color HEX #0AF261 Malachite

📋 copy color: '#0AF261'

red 10 ◦ green 242 ◦ blue 97

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

Shades of Malachite #0AF261

Tints of Malachite #0AF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.34%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 2.87%
G = 69.34%
B = 27.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#0AF261 (or 0x0AF261) is known color: Malachite. HEX triplet: 0A, F2 and 61. RGB value is (10,242,97). Sum of RGB (Red+Green+Blue) = 10+242+97=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF261 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF261 is #F50D9E. Grayscale: #9C9C9C. Windows color (decimal): -16059807 or 6418954. OLE color: 6418954.

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

Color convert

RGB 10 242 97 -
CMYK 0.96 0 0.60 0.05
HSL 142.5º 0.92% 0.49% -
HSV(B) 142.5º 0.96% 0.95% -
XYZ 34.03 64.43 21.95 -
YUV 156.1 94.64 23.79 -
System Red Green Blue C M Y K H S L
Decimal 10 242 97 0.96 0 0.60 0.05 142.5 0.92 0.49
Hex A F2 61 60 0 3C 5 8E 5C 31
Octal 12 362 141 140 0 74 5 216 134 61
Binary 1010 11110010 1100001 1100000 0 111100 101 10001110 1011100 110001

Color Harmonies of #0AF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF261

Black with #0AF261

Text Example


Text Example

White with #0AF261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,97); }

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

background-color css

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

 a { background-color: rgb(10,242,97); }

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

border-color css

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

 span { border-color: rgb(10,242,97); }

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