Html Css Color HEX #10D069 Malachite

📋 copy color: '#10D069'

red 16 ◦ green 208 ◦ blue 105

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

Shades of Malachite #10D069

Tints of Malachite #10D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.22%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 4.86%
G = 63.22%
B = 31.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#10D069 (or 0x10D069) is known color: Malachite. HEX triplet: 10, D0 and 69. RGB value is (16,208,105). Sum of RGB (Red+Green+Blue) = 16+208+105=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #10D069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D069 is #EF2F96. Grayscale: #8B8B8B. Windows color (decimal): -15675287 or 6934544. OLE color: 6934544.

HSL color Cylindrical-coordinate representation of color #10D069: hue angle of 147.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D069 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 208 105 -
CMYK 0.92 0 0.50 0.18
HSL 147.81º 0.86% 0.44% -
HSV(B) 147.81º 0.92% 0.82% -
XYZ 25.32 46.24 20.96 -
YUV 138.85 108.89 40.38 -
System Red Green Blue C M Y K H S L
Decimal 16 208 105 0.92 0 0.50 0.18 147.81 0.86 0.44
Hex 10 D0 69 5C 0 32 12 94 56 2C
Octal 20 320 151 134 0 62 22 224 126 54
Binary 10000 11010000 1101001 1011100 0 110010 10010 10010100 1010110 101100

Color Harmonies of #10D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D069

Black with #10D069

Text Example


Text Example

White with #10D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,208,105); }

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

background-color css

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

 a { background-color: rgb(16,208,105); }

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

border-color css

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

 span { border-color: rgb(16,208,105); }

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