Html Css Color HEX #0AF260 Malachite

📋 copy color: '#0AF260'

red 10 ◦ green 242 ◦ blue 96

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

Shades of Malachite #0AF260

Tints of Malachite #0AF260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 2.87%
G = 69.54%
B = 27.59%

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

#0AF260 (or 0x0AF260) is known color: Malachite. HEX triplet: 0A, F2 and 60. RGB value is (10,242,96). Sum of RGB (Red+Green+Blue) = 10+242+96=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF260 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF260 is #F50D9F. Grayscale: #9C9C9C. Windows color (decimal): -16059808 or 6353418. OLE color: 6353418.

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

Color convert

RGB 10 242 96 -
CMYK 0.96 0 0.60 0.05
HSL 142.24º 0.92% 0.49% -
HSV(B) 142.24º 0.96% 0.95% -
XYZ 33.99 64.41 21.71 -
YUV 155.99 94.14 23.87 -
System Red Green Blue C M Y K H S L
Decimal 10 242 96 0.96 0 0.60 0.05 142.24 0.92 0.49
Hex A F2 60 60 0 3C 5 8E 5C 31
Octal 12 362 140 140 0 74 5 216 134 61
Binary 1010 11110010 1100000 1100000 0 111100 101 10001110 1011100 110001

Color Harmonies of #0AF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF260

Black with #0AF260

Text Example


Text Example

White with #0AF260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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