Html Css Color HEX #14CF36 Dark Pastel Green

📋 copy color: '#14CF36'

red 20 ◦ green 207 ◦ blue 54

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

Shades of Dark Pastel Green #14CF36

Tints of Dark Pastel Green #14CF36

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.67%

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

R = 7.12%
G = 73.67%
B = 19.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#14CF36 (or 0x14CF36) is known color: Dark Pastel Green. HEX triplet: 14, CF and 36. RGB value is (20,207,54). Sum of RGB (Red+Green+Blue) = 20+207+54=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF36 is #EB30C9. Grayscale: #868686. Windows color (decimal): -15413450 or 3591956. OLE color: 3591956.

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

Color convert

RGB 20 207 54 -
CMYK 0.90 0 0.74 0.19
HSL 130.91º 0.82% 0.45% -
HSV(B) 130.91º 0.9% 0.81% -
XYZ 23.27 45.04 10.96 -
YUV 133.65 83.05 46.94 -
System Red Green Blue C M Y K H S L
Decimal 20 207 54 0.90 0 0.74 0.19 130.91 0.82 0.45
Hex 14 CF 36 5A 0 4A 13 83 52 2D
Octal 24 317 66 132 0 112 23 203 122 55
Binary 10100 11001111 110110 1011010 0 1001010 10011 10000011 1010010 101101

Color Harmonies of #14CF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF36

Black with #14CF36

Text Example


Text Example

White with #14CF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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