Html Css Color HEX #12CD28 Dark Pastel Green

📋 copy color: '#12CD28'

red 18 ◦ green 205 ◦ blue 40

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

Shades of Dark Pastel Green #12CD28

Tints of Dark Pastel Green #12CD28

RGB

 RED value IS 18 (7.42% from 255) = 6.84%

 GREEN value IS 205 (80.47% from 255) = 77.95%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 6.84%
G = 77.95%
B = 15.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#12CD28 (or 0x12CD28) is known color: Dark Pastel Green. HEX triplet: 12, CD and 28. RGB value is (18,205,40). Sum of RGB (Red+Green+Blue) = 18+205+40=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CD28 is #ED32D7. Grayscale: #828282. Windows color (decimal): -15545048 or 2673938. OLE color: 2673938.

HSL color Cylindrical-coordinate representation of color #12CD28: hue angle of 127.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CD28 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 40 -
CMYK 0.91 0 0.80 0.20
HSL 127.06º 0.84% 0.44% -
HSV(B) 127.06º 0.91% 0.8% -
XYZ 22.46 43.94 9.31 -
YUV 130.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 18 205 40 0.91 0 0.80 0.20 127.06 0.84 0.44
Hex 12 CD 28 5B 0 50 14 7F 54 2C
Octal 22 315 50 133 0 120 24 177 124 54
Binary 10010 11001101 101000 1011011 0 1010000 10100 1111111 1010100 101100

Color Harmonies of #12CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD28

Black with #12CD28

Text Example


Text Example

White with #12CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CD28; }

 p { color: rgb(18,205,40); }

 H1.HeaderClassName
 {
   color: #12CD28;
 }
 .AnyTagClassName
 {
   color: #12CD28;
 }
</style>

background-color css

<style>
 a { background-color: #12CD28; }

 a { background-color: rgb(18,205,40); }

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

border-color css

<style>
 span { border-color: #12CD28; }

 span { border-color: rgb(18,205,40); }

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