Html Css Color HEX #12CB3E Dark Pastel Green

📋 copy color: '#12CB3E'

red 18 ◦ green 203 ◦ blue 62

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

Shades of Dark Pastel Green #12CB3E

Tints of Dark Pastel Green #12CB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 6.36%
G = 71.73%
B = 21.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#12CB3E (or 0x12CB3E) is known color: Dark Pastel Green. HEX triplet: 12, CB and 3E. RGB value is (18,203,62). Sum of RGB (Red+Green+Blue) = 18+203+62=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB3E is #ED34C1. Grayscale: #838383. Windows color (decimal): -15545538 or 4115218. OLE color: 4115218.

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

Color convert

RGB 18 203 62 -
CMYK 0.91 0 0.69 0.20
HSL 134.27º 0.84% 0.43% -
HSV(B) 134.27º 0.91% 0.8% -
XYZ 22.47 43.19 11.71 -
YUV 131.61 88.71 46.96 -
System Red Green Blue C M Y K H S L
Decimal 18 203 62 0.91 0 0.69 0.20 134.27 0.84 0.43
Hex 12 CB 3E 5B 0 45 14 86 54 2B
Octal 22 313 76 133 0 105 24 206 124 53
Binary 10010 11001011 111110 1011011 0 1000101 10100 10000110 1010100 101011

Color Harmonies of #12CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB3E

Black with #12CB3E

Text Example


Text Example

White with #12CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,62); }

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

background-color css

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

 a { background-color: rgb(18,203,62); }

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

border-color css

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

 span { border-color: rgb(18,203,62); }

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