Html Css Color HEX #14CB36 Dark Pastel Green

📋 copy color: '#14CB36'

red 20 ◦ green 203 ◦ blue 54

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

Shades of Dark Pastel Green #14CB36

Tints of Dark Pastel Green #14CB36

RGB

 RED value IS 20 (8.2% from 255) = 7.22%

 GREEN value IS 203 (79.69% from 255) = 73.29%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 7.22%
G = 73.29%
B = 19.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#14CB36 (or 0x14CB36) is known color: Dark Pastel Green. HEX triplet: 14, CB and 36. RGB value is (20,203,54). Sum of RGB (Red+Green+Blue) = 20+203+54=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB36 is #EB34C9. Grayscale: #838383. Windows color (decimal): -15414474 or 3590932. OLE color: 3590932.

HSL color Cylindrical-coordinate representation of color #14CB36: hue angle of 131.15º 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 #14CB36 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 54 -
CMYK 0.90 0 0.73 0.20
HSL 131.15º 0.82% 0.44% -
HSV(B) 131.15º 0.9% 0.8% -
XYZ 22.31 43.13 10.64 -
YUV 131.3 84.37 48.62 -
System Red Green Blue C M Y K H S L
Decimal 20 203 54 0.90 0 0.73 0.20 131.15 0.82 0.44
Hex 14 CB 36 5A 0 49 14 83 52 2C
Octal 24 313 66 132 0 111 24 203 122 54
Binary 10100 11001011 110110 1011010 0 1001001 10100 10000011 1010010 101100

Color Harmonies of #14CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB36

Black with #14CB36

Text Example


Text Example

White with #14CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14CB36;
 }
 .AnyTagClassName
 {
   color: #14CB36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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