Html Css Color HEX #10CB68 Malachite

📋 copy color: '#10CB68'

red 16 ◦ green 203 ◦ blue 104

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

Shades of Malachite #10CB68

Tints of Malachite #10CB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.85%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 4.95%
G = 62.85%
B = 32.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#10CB68 (or 0x10CB68) is known color: Malachite. HEX triplet: 10, CB and 68. RGB value is (16,203,104). Sum of RGB (Red+Green+Blue) = 16+203+104=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CB68 is #EF3497. Grayscale: #888888. Windows color (decimal): -15676568 or 6867728. OLE color: 6867728.

HSL color Cylindrical-coordinate representation of color #10CB68: hue angle of 148.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CB68 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 203 104 -
CMYK 0.92 0 0.49 0.20
HSL 148.24º 0.85% 0.43% -
HSV(B) 148.24º 0.92% 0.8% -
XYZ 24.07 43.82 20.29 -
YUV 135.8 110.05 42.55 -
System Red Green Blue C M Y K H S L
Decimal 16 203 104 0.92 0 0.49 0.20 148.24 0.85 0.43
Hex 10 CB 68 5C 0 31 14 94 55 2B
Octal 20 313 150 134 0 61 24 224 125 53
Binary 10000 11001011 1101000 1011100 0 110001 10100 10010100 1010101 101011

Color Harmonies of #10CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CB68

Black with #10CB68

Text Example


Text Example

White with #10CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,104); }

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

background-color css

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

 a { background-color: rgb(16,203,104); }

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

border-color css

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

 span { border-color: rgb(16,203,104); }

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