Html Css Color HEX #10C04A Dark Pastel Green

📋 copy color: '#10C04A'

red 16 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #10C04A

Tints of Dark Pastel Green #10C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.09%

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

R = 5.67%
G = 68.09%
B = 26.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#10C04A (or 0x10C04A) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 4A. RGB value is (16,192,74). Sum of RGB (Red+Green+Blue) = 16+192+74=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #10C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C04A is #EF3FB5. Grayscale: #7E7E7E. Windows color (decimal): -15679414 or 4898832. OLE color: 4898832.

HSL color Cylindrical-coordinate representation of color #10C04A: hue angle of 139.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C04A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 74 -
CMYK 0.92 0 0.61 0.25
HSL 139.77º 0.85% 0.41% -
HSV(B) 139.77º 0.92% 0.75% -
XYZ 20.3 38.3 12.8 -
YUV 125.92 98.69 49.59 -
System Red Green Blue C M Y K H S L
Decimal 16 192 74 0.92 0 0.61 0.25 139.77 0.85 0.41
Hex 10 C0 4A 5C 0 3D 19 8C 55 29
Octal 20 300 112 134 0 75 31 214 125 51
Binary 10000 11000000 1001010 1011100 0 111101 11001 10001100 1010101 101001

Color Harmonies of #10C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C04A

Black with #10C04A

Text Example


Text Example

White with #10C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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