#10CA2D

Color #10CA2D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10CA2D

Tints of Dark Pastel Green #10CA2D

Color information

#10CA2D (or 0x10CA2D) is unknown color: approx Dark Pastel Green. HEX triplet: 10, CA and 2D. RGB value is (16,202,45). Sum of RGB (Red+Green+Blue) = 16+202+45=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CA2D is #EF35D2. Grayscale: #808080. Windows color (decimal): -15676883 or 3000848. OLE color: 3000848.

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

Color convert

RGB1620245-
CMYK0.9200.780.21
HSL129.35º85.32%42.75%-
HSV(B)129.35º92.08%79.22%-
XYZ21.8142.549.54-
YUV128.4980.8847.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 202 (79.30% from 255) = 76.81%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=6.08%
G=76.81%
B=17.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16202450.9200.780.21129.3585.3242.75
Hex10CA2D5C04E1581552b
Octal203125513401162520112553
Binary100001100101010110110111000100111010101100000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,202,45); }

 H1.HeaderClassName
 {
   color: #10CA2D;
 }
 .AnyTagClassName
 {
   color: #10CA2D;
 }
</style>
background-color css

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

 a { background-color: rgb(16,202,45); }

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

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

 span { border-color: rgb(16,202,45); }

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