Html Css Color HEX #13CA43 Dark Pastel Green

📋 copy color: '#13CA43'

red 19 ◦ green 202 ◦ blue 67

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

Shades of Dark Pastel Green #13CA43

Tints of Dark Pastel Green #13CA43

RGB

 RED value IS 19 (7.81% from 255) = 6.6%

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 6.6%
G = 70.14%
B = 23.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#13CA43 (or 0x13CA43) is known color: Dark Pastel Green. HEX triplet: 13, CA and 43. RGB value is (19,202,67). Sum of RGB (Red+Green+Blue) = 19+202+67=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA43 is #EC35BC. Grayscale: #848484. Windows color (decimal): -15480253 or 4442643. OLE color: 4442643.

HSL color Cylindrical-coordinate representation of color #13CA43: hue angle of 135.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA43 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 202 67 -
CMYK 0.91 0 0.67 0.21
HSL 135.74º 0.83% 0.43% -
HSV(B) 135.74º 0.91% 0.79% -
XYZ 22.4 42.78 12.39 -
YUV 131.89 91.37 47.48 -
System Red Green Blue C M Y K H S L
Decimal 19 202 67 0.91 0 0.67 0.21 135.74 0.83 0.43
Hex 13 CA 43 5B 0 43 15 88 53 2B
Octal 23 312 103 133 0 103 25 210 123 53
Binary 10011 11001010 1000011 1011011 0 1000011 10101 10001000 1010011 101011

Color Harmonies of #13CA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA43

Black with #13CA43

Text Example


Text Example

White with #13CA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CA43; }

 p { color: rgb(19,202,67); }

 H1.HeaderClassName
 {
   color: #13CA43;
 }
 .AnyTagClassName
 {
   color: #13CA43;
 }
</style>

background-color css

<style>
 a { background-color: #13CA43; }

 a { background-color: rgb(19,202,67); }

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

border-color css

<style>
 span { border-color: #13CA43; }

 span { border-color: rgb(19,202,67); }

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