Html Css Color HEX #0AF754 Malachite

📋 copy color: '#0AF754'

red 10 ◦ green 247 ◦ blue 84

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

Shades of Malachite #0AF754

Tints of Malachite #0AF754

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 2.93%
G = 72.43%
B = 24.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#0AF754 (or 0x0AF754) is known color: Malachite. HEX triplet: 0A, F7 and 54. RGB value is (10,247,84). Sum of RGB (Red+Green+Blue) = 10+247+84=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF754 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF754 is #F508AB. Grayscale: #9D9D9D. Windows color (decimal): -16058540 or 5568266. OLE color: 5568266.

HSL color Cylindrical-coordinate representation of color #0AF754: hue angle of 138.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF754 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 84 -
CMYK 0.96 0 0.66 0.03
HSL 138.73º 0.94% 0.5% -
HSV(B) 138.73º 0.96% 0.97% -
XYZ 34.99 67.23 19.52 -
YUV 157.56 86.48 22.75 -
System Red Green Blue C M Y K H S L
Decimal 10 247 84 0.96 0 0.66 0.03 138.73 0.94 0.5
Hex A F7 54 60 0 42 3 8B 5E 32
Octal 12 367 124 140 0 102 3 213 136 62
Binary 1010 11110111 1010100 1100000 0 1000010 11 10001011 1011110 110010

Color Harmonies of #0AF754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF754

Black with #0AF754

Text Example


Text Example

White with #0AF754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,247,84); }

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

background-color css

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

 a { background-color: rgb(10,247,84); }

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

border-color css

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

 span { border-color: rgb(10,247,84); }

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