Html Css Color HEX #10CA3E Dark Pastel Green

📋 copy color: '#10CA3E'

red 16 ◦ green 202 ◦ blue 62

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

Shades of Dark Pastel Green #10CA3E

Tints of Dark Pastel Green #10CA3E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.14%

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 5.71%
G = 72.14%
B = 22.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#10CA3E (or 0x10CA3E) is known color: Dark Pastel Green. HEX triplet: 10, CA and 3E. RGB value is (16,202,62). Sum of RGB (Red+Green+Blue) = 16+202+62=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CA3E is #EF35C1. Grayscale: #828282. Windows color (decimal): -15676866 or 4114960. OLE color: 4114960.

HSL color Cylindrical-coordinate representation of color #10CA3E: hue angle of 134.84º 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 #10CA3E is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 202 62 -
CMYK 0.92 0 0.69 0.21
HSL 134.84º 0.85% 0.43% -
HSV(B) 134.84º 0.92% 0.79% -
XYZ 22.2 42.7 11.63 -
YUV 130.43 89.38 46.38 -
System Red Green Blue C M Y K H S L
Decimal 16 202 62 0.92 0 0.69 0.21 134.84 0.85 0.43
Hex 10 CA 3E 5C 0 45 15 87 55 2B
Octal 20 312 76 134 0 105 25 207 125 53
Binary 10000 11001010 111110 1011100 0 1000101 10101 10000111 1010101 101011

Color Harmonies of #10CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CA3E

Black with #10CA3E

Text Example


Text Example

White with #10CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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