Html Css Color HEX #10CD4A Malachite

📋 copy color: '#10CD4A'

red 16 ◦ green 205 ◦ blue 74

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

Shades of Malachite #10CD4A

Tints of Malachite #10CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 5.42%
G = 69.49%
B = 25.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#10CD4A (or 0x10CD4A) is known color: Malachite. HEX triplet: 10, CD and 4A. RGB value is (16,205,74). Sum of RGB (Red+Green+Blue) = 16+205+74=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CD4A is #EF32B5. Grayscale: #858585. Windows color (decimal): -15676086 or 4902160. OLE color: 4902160.

HSL color Cylindrical-coordinate representation of color #10CD4A: hue angle of 138.41º degrees, saturation: 0.86, 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 #10CD4A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 205 74 -
CMYK 0.92 0 0.64 0.20
HSL 138.41º 0.86% 0.43% -
HSV(B) 138.41º 0.92% 0.8% -
XYZ 23.28 44.27 13.8 -
YUV 133.56 94.38 44.15 -
System Red Green Blue C M Y K H S L
Decimal 16 205 74 0.92 0 0.64 0.20 138.41 0.86 0.43
Hex 10 CD 4A 5C 0 40 14 8A 56 2B
Octal 20 315 112 134 0 100 24 212 126 53
Binary 10000 11001101 1001010 1011100 0 1000000 10100 10001010 1010110 101011

Color Harmonies of #10CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CD4A

Black with #10CD4A

Text Example


Text Example

White with #10CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,205,74); }

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

background-color css

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

 a { background-color: rgb(16,205,74); }

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

border-color css

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

 span { border-color: rgb(16,205,74); }

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