Html Css Color HEX #15C02A Dark Pastel Green

📋 copy color: '#15C02A'

red 21 ◦ green 192 ◦ blue 42

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

Shades of Dark Pastel Green #15C02A

Tints of Dark Pastel Green #15C02A

RGB

 RED value IS 21 (8.59% from 255) = 8.24%

 GREEN value IS 192 (75.39% from 255) = 75.29%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 8.24%
G = 75.29%
B = 16.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#15C02A (or 0x15C02A) is known color: Dark Pastel Green. HEX triplet: 15, C0 and 2A. RGB value is (21,192,42). Sum of RGB (Red+Green+Blue) = 21+192+42=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #15C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C02A is #EA3FD5. Grayscale: #7C7C7C. Windows color (decimal): -15351766 or 2801685. OLE color: 2801685.

HSL color Cylindrical-coordinate representation of color #15C02A: hue angle of 127.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C02A is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 192 42 -
CMYK 0.89 0 0.78 0.25
HSL 127.37º 0.8% 0.42% -
HSV(B) 127.37º 0.89% 0.75% -
XYZ 19.58 38.03 8.5 -
YUV 123.77 81.85 54.7 -
System Red Green Blue C M Y K H S L
Decimal 21 192 42 0.89 0 0.78 0.25 127.37 0.8 0.42
Hex 15 C0 2A 59 0 4E 19 7F 50 2A
Octal 25 300 52 131 0 116 31 177 120 52
Binary 10101 11000000 101010 1011001 0 1001110 11001 1111111 1010000 101010

Color Harmonies of #15C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C02A

Black with #15C02A

Text Example


Text Example

White with #15C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15C02A; }

 p { color: rgb(21,192,42); }

 H1.HeaderClassName
 {
   color: #15C02A;
 }
 .AnyTagClassName
 {
   color: #15C02A;
 }
</style>

background-color css

<style>
 a { background-color: #15C02A; }

 a { background-color: rgb(21,192,42); }

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

border-color css

<style>
 span { border-color: #15C02A; }

 span { border-color: rgb(21,192,42); }

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