Html Css Color HEX #12D02A Dark Pastel Green

📋 copy color: '#12D02A'

red 18 ◦ green 208 ◦ blue 42

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

Shades of Dark Pastel Green #12D02A

Tints of Dark Pastel Green #12D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.61%

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

R = 6.72%
G = 77.61%
B = 15.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#12D02A (or 0x12D02A) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 2A. RGB value is (18,208,42). Sum of RGB (Red+Green+Blue) = 18+208+42=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #12D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D02A is #ED2FD5. Grayscale: #848484. Windows color (decimal): -15544278 or 2805778. OLE color: 2805778.

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

Color convert

RGB 18 208 42 -
CMYK 0.91 0 0.80 0.18
HSL 127.58º 0.84% 0.44% -
HSV(B) 127.58º 0.91% 0.82% -
XYZ 23.22 45.41 9.73 -
YUV 132.27 77.05 46.5 -
System Red Green Blue C M Y K H S L
Decimal 18 208 42 0.91 0 0.80 0.18 127.58 0.84 0.44
Hex 12 D0 2A 5B 0 50 12 80 54 2C
Octal 22 320 52 133 0 120 22 200 124 54
Binary 10010 11010000 101010 1011011 0 1010000 10010 10000000 1010100 101100

Color Harmonies of #12D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D02A

Black with #12D02A

Text Example


Text Example

White with #12D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,42); }

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

background-color css

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

 a { background-color: rgb(18,208,42); }

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

border-color css

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

 span { border-color: rgb(18,208,42); }

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