Html Css Color HEX #0AFC52 Malachite

📋 copy color: '#0AFC52'

red 10 ◦ green 252 ◦ blue 82

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

Shades of Malachite #0AFC52

Tints of Malachite #0AFC52

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.26%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 2.91%
G = 73.26%
B = 23.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#0AFC52 (or 0x0AFC52) is known color: Malachite. HEX triplet: 0A, FC and 52. RGB value is (10,252,82). Sum of RGB (Red+Green+Blue) = 10+252+82=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFC52 is #F503AD. Grayscale: #A0A0A0. Windows color (decimal): -16057262 or 5438474. OLE color: 5438474.

HSL color Cylindrical-coordinate representation of color #0AFC52: hue angle of 137.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC52 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 252 82 -
CMYK 0.96 0 0.67 0.01
HSL 137.85º 0.98% 0.51% -
HSV(B) 137.85º 0.96% 0.99% -
XYZ 36.46 70.29 19.63 -
YUV 160.26 83.83 20.82 -
System Red Green Blue C M Y K H S L
Decimal 10 252 82 0.96 0 0.67 0.01 137.85 0.98 0.51
Hex A FC 52 60 0 43 1 8A 62 33
Octal 12 374 122 140 0 103 1 212 142 63
Binary 1010 11111100 1010010 1100000 0 1000011 1 10001010 1100010 110011

Color Harmonies of #0AFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC52

Black with #0AFC52

Text Example


Text Example

White with #0AFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,82); }

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

background-color css

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

 a { background-color: rgb(10,252,82); }

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

border-color css

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

 span { border-color: rgb(10,252,82); }

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