#23C14A

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

Shades of Dark Pastel Green #23C14A

Tints of Dark Pastel Green #23C14A

Color information

#23C14A (or 0x23C14A) is unknown color: approx Dark Pastel Green. HEX triplet: 23, C1 and 4A. RGB value is (35,193,74). Sum of RGB (Red+Green+Blue) = 35+193+74=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #23C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C14A is #DC3EB5. Grayscale: #848484. Windows color (decimal): -14433974 or 4899107. OLE color: 4899107.

HSL color Cylindrical-coordinate representation of color #23C14A: hue angle of 134.81º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C14A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB3519374-
CMYK0.8200.620.24
HSL134.81º69.3%44.71%-
HSV(B)134.81º81.87%75.69%-
XYZ2138.9912.9-
YUV132.1995.1558.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 193 (75.78% from 255) = 63.91%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=11.59%
G=63.91%
B=24.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35193740.8200.620.24134.8169.344.71
Hex23C14A5203E1887452d
Octal433011121220763020710555
Binary1000111100000110010101010010011111011000100001111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23C14A; }

 p { color: rgb(35,193,74); }

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

<style>
 a { background-color: #23C14A; }

 a { background-color: rgb(35,193,74); }

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

<style>
 span { border-color: #23C14A; }

 span { border-color: rgb(35,193,74); }

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