Html Css Color HEX #0AFA55 Malachite

📋 copy color: '#0AFA55'

red 10 ◦ green 250 ◦ blue 85

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

Shades of Malachite #0AFA55

Tints of Malachite #0AFA55

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.46%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 2.9%
G = 72.46%
B = 24.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#0AFA55 (or 0x0AFA55) is known color: Malachite. HEX triplet: 0A, FA and 55. RGB value is (10,250,85). Sum of RGB (Red+Green+Blue) = 10+250+85=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA55 is #F505AA. Grayscale: #9F9F9F. Windows color (decimal): -16057771 or 5634570. OLE color: 5634570.

HSL color Cylindrical-coordinate representation of color #0AFA55: hue angle of 138.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA55 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 85 -
CMYK 0.96 0 0.66 0.02
HSL 138.75º 0.96% 0.51% -
HSV(B) 138.75º 0.96% 0.98% -
XYZ 35.95 69.09 20.04 -
YUV 159.43 85.99 21.42 -
System Red Green Blue C M Y K H S L
Decimal 10 250 85 0.96 0 0.66 0.02 138.75 0.96 0.51
Hex A FA 55 60 0 42 2 8B 60 33
Octal 12 372 125 140 0 102 2 213 140 63
Binary 1010 11111010 1010101 1100000 0 1000010 10 10001011 1100000 110011

Color Harmonies of #0AFA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA55

Black with #0AFA55

Text Example


Text Example

White with #0AFA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,85); }

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

background-color css

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

 a { background-color: rgb(10,250,85); }

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

border-color css

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

 span { border-color: rgb(10,250,85); }

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