Html Css Color HEX #0AF264 Malachite

📋 copy color: '#0AF264'

red 10 ◦ green 242 ◦ blue 100

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

Shades of Malachite #0AF264

Tints of Malachite #0AF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.75%

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 2.84%
G = 68.75%
B = 28.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#0AF264 (or 0x0AF264) is known color: Malachite. HEX triplet: 0A, F2 and 64. RGB value is (10,242,100). Sum of RGB (Red+Green+Blue) = 10+242+100=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF264 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF264 is #F50D9B. Grayscale: #9C9C9C. Windows color (decimal): -16059804 or 6615562. OLE color: 6615562.

HSL color Cylindrical-coordinate representation of color #0AF264: hue angle of 143.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF264 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 100 -
CMYK 0.96 0 0.59 0.05
HSL 143.28º 0.92% 0.49% -
HSV(B) 143.28º 0.96% 0.95% -
XYZ 34.18 64.49 22.7 -
YUV 156.44 96.14 23.55 -
System Red Green Blue C M Y K H S L
Decimal 10 242 100 0.96 0 0.59 0.05 143.28 0.92 0.49
Hex A F2 64 60 0 3B 5 8F 5C 31
Octal 12 362 144 140 0 73 5 217 134 61
Binary 1010 11110010 1100100 1100000 0 111011 101 10001111 1011100 110001

Color Harmonies of #0AF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF264

Black with #0AF264

Text Example


Text Example

White with #0AF264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,100); }

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

background-color css

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

 a { background-color: rgb(10,242,100); }

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

border-color css

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

 span { border-color: rgb(10,242,100); }

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