#14CB35

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

Shades of Dark Pastel Green #14CB35

Tints of Dark Pastel Green #14CB35

Color information

#14CB35 (or 0x14CB35) is unknown color: approx Dark Pastel Green. HEX triplet: 14, CB and 35. RGB value is (20,203,53). Sum of RGB (Red+Green+Blue) = 20+203+53=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 203 (79.69% from 255 or 73.55% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB35 is #EB34CA. Grayscale: #838383. Windows color (decimal): -15414475 or 3525396. OLE color: 3525396.

HSL color Cylindrical-coordinate representation of color #14CB35: hue angle of 130.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB35 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2020353-
CMYK0.9000.740.20
HSL130.82º82.06%43.73%-
HSV(B)130.82º90.15%79.61%-
XYZ22.2943.1210.52-
YUV131.1883.8748.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 203 (79.69% from 255) = 73.55%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=7.25%
G=73.55%
B=19.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20203530.9000.740.20130.8282.0643.73
Hex14CB355A04A1483522c
Octal243136513201122420312254
Binary101001100101111010110110100100101010100100000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14CB35; }

 p { color: rgb(20,203,53); }

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

<style>
 a { background-color: #14CB35; }

 a { background-color: rgb(20,203,53); }

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

<style>
 span { border-color: #14CB35; }

 span { border-color: rgb(20,203,53); }

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