Html Css Color HEX #10F745 Malachite

📋 copy color: '#10F745'

red 16 ◦ green 247 ◦ blue 69

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

Shades of Malachite #10F745

Tints of Malachite #10F745

RGB

 RED value IS 16 (6.64% from 255) = 4.82%

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 4.82%
G = 74.4%
B = 20.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#10F745 (or 0x10F745) is known color: Malachite. HEX triplet: 10, F7 and 45. RGB value is (16,247,69). Sum of RGB (Red+Green+Blue) = 16+247+69=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 247 (96.88% from 255 or 74.40% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 247 - color contains mainly: green. Hex color #10F745 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F745 is #EF08BA. Grayscale: #9E9E9E. Windows color (decimal): -15665339 or 4585232. OLE color: 4585232.

HSL color Cylindrical-coordinate representation of color #10F745: hue angle of 133.77º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F745 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 247 69 -
CMYK 0.94 0 0.72 0.03
HSL 133.77º 0.94% 0.52% -
HSV(B) 133.77º 0.94% 0.97% -
XYZ 34.55 67.06 16.75 -
YUV 157.64 77.97 26.97 -
System Red Green Blue C M Y K H S L
Decimal 16 247 69 0.94 0 0.72 0.03 133.77 0.94 0.52
Hex 10 F7 45 5E 0 48 3 86 5E 34
Octal 20 367 105 136 0 110 3 206 136 64
Binary 10000 11110111 1000101 1011110 0 1001000 11 10000110 1011110 110100

Color Harmonies of #10F745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F745

Black with #10F745

Text Example


Text Example

White with #10F745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F745; }

 p { color: rgb(16,247,69); }

 H1.HeaderClassName
 {
   color: #10F745;
 }
 .AnyTagClassName
 {
   color: #10F745;
 }
</style>

background-color css

<style>
 a { background-color: #10F745; }

 a { background-color: rgb(16,247,69); }

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

border-color css

<style>
 span { border-color: #10F745; }

 span { border-color: rgb(16,247,69); }

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