Html Css Color HEX #13C23C Dark Pastel Green

📋 copy color: '#13C23C'

red 19 ◦ green 194 ◦ blue 60

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

Shades of Dark Pastel Green #13C23C

Tints of Dark Pastel Green #13C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.06%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 6.96%
G = 71.06%
B = 21.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#13C23C (or 0x13C23C) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 3C. RGB value is (19,194,60). Sum of RGB (Red+Green+Blue) = 19+194+60=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #13C23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C23C is #EC3DC3. Grayscale: #7E7E7E. Windows color (decimal): -15482308 or 3981843. OLE color: 3981843.

HSL color Cylindrical-coordinate representation of color #13C23C: hue angle of 134.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C23C is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 60 -
CMYK 0.90 0 0.69 0.24
HSL 134.06º 0.82% 0.42% -
HSV(B) 134.06º 0.9% 0.76% -
XYZ 20.38 39.05 10.74 -
YUV 126.4 90.52 51.4 -
System Red Green Blue C M Y K H S L
Decimal 19 194 60 0.90 0 0.69 0.24 134.06 0.82 0.42
Hex 13 C2 3C 5A 0 45 18 86 52 2A
Octal 23 302 74 132 0 105 30 206 122 52
Binary 10011 11000010 111100 1011010 0 1000101 11000 10000110 1010010 101010

Color Harmonies of #13C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C23C

Black with #13C23C

Text Example


Text Example

White with #13C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,60); }

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

background-color css

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

 a { background-color: rgb(19,194,60); }

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

border-color css

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

 span { border-color: rgb(19,194,60); }

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