Html Css Color HEX #0AFF4D Malachite

📋 copy color: '#0AFF4D'

red 10 ◦ green 255 ◦ blue 77

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

Shades of Malachite #0AFF4D

Tints of Malachite #0AFF4D

RGB

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

 GREEN value IS 255 (100% from 255) = 74.56%

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

R = 2.92%
G = 74.56%
B = 22.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#0AFF4D (or 0x0AFF4D) is known color: Malachite. HEX triplet: 0A, FF and 4D. RGB value is (10,255,77). Sum of RGB (Red+Green+Blue) = 10+255+77=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF4D is #F500B2. Grayscale: #A1A1A1. Windows color (decimal): -16056499 or 5111562. OLE color: 5111562.

HSL color Cylindrical-coordinate representation of color #0AFF4D: hue angle of 136.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF4D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 77 -
CMYK 0.96 0 0.70 0
HSL 136.41º 1% 0.52% -
HSV(B) 136.41º 0.96% 1% -
XYZ 37.22 72.12 18.98 -
YUV 161.45 80.33 19.97 -
System Red Green Blue C M Y K H S L
Decimal 10 255 77 0.96 0 0.70 0 136.41 1 0.52
Hex A FF 4D 60 0 46 0 88 64 34
Octal 12 377 115 140 0 106 0 210 144 64
Binary 1010 11111111 1001101 1100000 0 1000110 0 10001000 1100100 110100

Color Harmonies of #0AFF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF4D

Black with #0AFF4D

Text Example


Text Example

White with #0AFF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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