Html Css Color HEX #0AFB42 Malachite

📋 copy color: '#0AFB42'

red 10 ◦ green 251 ◦ blue 66

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

Shades of Malachite #0AFB42

Tints of Malachite #0AFB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.76%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 3.06%
G = 76.76%
B = 20.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#0AFB42 (or 0x0AFB42) is known color: Malachite. HEX triplet: 0A, FB and 42. RGB value is (10,251,66). Sum of RGB (Red+Green+Blue) = 10+251+66=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 251 (98.44% from 255 or 76.76% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFB42 is #F504BD. Grayscale: #9E9E9E. Windows color (decimal): -16057534 or 4389642. OLE color: 4389642.

HSL color Cylindrical-coordinate representation of color #0AFB42: hue angle of 133.94º degrees, saturation: 0.97, 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 #0AFB42 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 66 -
CMYK 0.96 0 0.74 0.02
HSL 133.94º 0.97% 0.51% -
HSV(B) 133.94º 0.96% 0.98% -
XYZ 35.61 69.45 16.68 -
YUV 157.85 76.16 22.54 -
System Red Green Blue C M Y K H S L
Decimal 10 251 66 0.96 0 0.74 0.02 133.94 0.97 0.51
Hex A FB 42 60 0 4A 2 86 61 33
Octal 12 373 102 140 0 112 2 206 141 63
Binary 1010 11111011 1000010 1100000 0 1001010 10 10000110 1100001 110011

Color Harmonies of #0AFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFB42

Black with #0AFB42

Text Example


Text Example

White with #0AFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,251,66); }

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

background-color css

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

 a { background-color: rgb(10,251,66); }

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

border-color css

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

 span { border-color: rgb(10,251,66); }

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