Html Css Color HEX #0AF74D Malachite

📋 copy color: '#0AF74D'

red 10 ◦ green 247 ◦ blue 77

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

Shades of Malachite #0AF74D

Tints of Malachite #0AF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 2.99%
G = 73.95%
B = 23.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#0AF74D (or 0x0AF74D) is known color: Malachite. HEX triplet: 0A, F7 and 4D. RGB value is (10,247,77). Sum of RGB (Red+Green+Blue) = 10+247+77=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF74D is #F508B2. Grayscale: #9D9D9D. Windows color (decimal): -16058547 or 5109514. OLE color: 5109514.

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

Color convert

RGB 10 247 77 -
CMYK 0.96 0 0.69 0.03
HSL 136.96º 0.94% 0.5% -
HSV(B) 136.96º 0.96% 0.97% -
XYZ 34.73 67.12 18.15 -
YUV 156.76 82.98 23.32 -
System Red Green Blue C M Y K H S L
Decimal 10 247 77 0.96 0 0.69 0.03 136.96 0.94 0.5
Hex A F7 4D 60 0 45 3 89 5E 32
Octal 12 367 115 140 0 105 3 211 136 62
Binary 1010 11110111 1001101 1100000 0 1000101 11 10001001 1011110 110010

Color Harmonies of #0AF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF74D

Black with #0AF74D

Text Example


Text Example

White with #0AF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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